#6B0470

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

Shades of Purple #6B0470

Tints of Purple #6B0470

Color information

#6B0470 (or 0x6B0470) is unknown color: approx Purple. HEX triplet: 6B, 04 and 70. RGB value is (107,4,112). Sum of RGB (Red+Green+Blue) = 107+4+112=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B0470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0470 is #94FB8F. Grayscale: #2E2E2E. Windows color (decimal): -9763728 or 7341163. OLE color: 7341163.

HSL color Cylindrical-coordinate representation of color #6B0470: hue angle of 297.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0470 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1074112-
CMYK0.040.9600.56
HSL297.22º93.1%22.75%-
HSV(B)297.22º96.43%43.92%-
XYZ9.034.3815.7-
YUV47.11164.62170.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=47.98%
G=1.79%
B=50.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10741120.040.9600.56297.2293.122.75
Hex6B4704600381295d17
Octal1534160414007045113527
Binary1101011100111000010011000000111000100101001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,112); }

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

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

 a { background-color: rgb(107,4,112); }

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

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

 span { border-color: rgb(107,4,112); }

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