#660B7B

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

Shades of Purple #660B7B

Tints of Purple #660B7B

Color information

#660B7B (or 0x660B7B) is unknown color: approx Purple. HEX triplet: 66, 0B and 7B. RGB value is (102,11,123). Sum of RGB (Red+Green+Blue) = 102+11+123=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #660B7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B7B is #99F484. Grayscale: #323232. Windows color (decimal): -10089605 or 8063846. OLE color: 8063846.

HSL color Cylindrical-coordinate representation of color #660B7B: hue angle of 288.75º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660B7B is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10211123-
CMYK0.170.9100.52
HSL288.75º83.58%26.27%-
HSV(B)288.75º91.06%48.24%-
XYZ9.174.4919.12-
YUV50.98168.65164.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=43.22%
G=4.66%
B=52.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102111230.170.9100.52288.7583.5826.27
Hex66B7B115B034121541a
Octal146131732113306444112432
Binary1100110101111110111000110110110110100100100001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660B7B; }

 p { color: rgb(102,11,123); }

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

<style>
 a { background-color: #660B7B; }

 a { background-color: rgb(102,11,123); }

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

<style>
 span { border-color: #660B7B; }

 span { border-color: rgb(102,11,123); }

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