#6B0C78

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

Shades of Purple #6B0C78

Tints of Purple #6B0C78

Color information

#6B0C78 (or 0x6B0C78) is unknown color: approx Purple. HEX triplet: 6B, 0C and 78. RGB value is (107,12,120). Sum of RGB (Red+Green+Blue) = 107+12+120=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B0C78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0C78 is #94F387. Grayscale: #343434. Windows color (decimal): -9761672 or 7867499. OLE color: 7867499.

HSL color Cylindrical-coordinate representation of color #6B0C78: hue angle of 292.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0C78 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10712120-
CMYK0.110.9000.53
HSL292.78º81.82%25.88%-
HSV(B)292.78º90%47.06%-
XYZ9.594.7418.18-
YUV52.72165.97166.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 12 (5.08% from 255) = 5.02%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=44.77%
G=5.02%
B=50.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107121200.110.9000.53292.7881.8225.88
Hex6BC78B5A035125521a
Octal153141701313206544512232
Binary110101111001111000101110110100110101100100101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0C78; }

 p { color: rgb(107,12,120); }

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

<style>
 a { background-color: #6B0C78; }

 a { background-color: rgb(107,12,120); }

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

<style>
 span { border-color: #6B0C78; }

 span { border-color: rgb(107,12,120); }

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