#67096B

Color #67096B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #67096B

Tints of Purple #67096B

Color information

#67096B (or 0x67096B) is unknown color: approx Purple. HEX triplet: 67, 09 and 6B. RGB value is (103,9,107). Sum of RGB (Red+Green+Blue) = 103+9+107=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #67096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67096B is #98F694. Grayscale: #2F2F2F. Windows color (decimal): -10024597 or 7014759. OLE color: 7014759.

HSL color Cylindrical-coordinate representation of color #67096B: hue angle of 297.55º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67096B is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1039107-
CMYK0.040.9200.58
HSL297.55º84.48%22.75%-
HSV(B)297.55º91.59%41.96%-
XYZ8.354.1414.27-
YUV48.28161.14167.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 47.03%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=47.03%
G=4.11%
B=48.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10391070.040.9200.58297.5584.4822.75
Hex6796B45C03A12a5417
Octal14711153413407245212427
Binary11001111001110101110010111000111010100101010101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67096B; }

 p { color: rgb(103,9,107); }

 H1.HeaderClassName
 {
   color: #67096B;
 }
 .AnyTagClassName
 {
   color: #67096B;
 }
</style>
background-color css

<style>
 a { background-color: #67096B; }

 a { background-color: rgb(103,9,107); }

 div.DivClassName
 {
   background-color: #67096B;
 }
 .BgClassName
 {
   background-color: #67096B;
 }
</style>
border-color css

<style>
 span { border-color: #67096B; }

 span { border-color: rgb(103,9,107); }

 td.TdClassName
 {
   border-color: #67096B;
 }
 .TagClassName
 {
   border-color: #67096B;
 }
</style>