#6C047B

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

Shades of Purple #6C047B

Tints of Purple #6C047B

Color information

#6C047B (or 0x6C047B) is unknown color: approx Purple. HEX triplet: 6C, 04 and 7B. RGB value is (108,4,123). Sum of RGB (Red+Green+Blue) = 108+4+123=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C047B is #93FB84. Grayscale: #303030. Windows color (decimal): -9698181 or 8062060. OLE color: 8062060.

HSL color Cylindrical-coordinate representation of color #6C047B: hue angle of 292.44º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C047B is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1084123-
CMYK0.120.9700.52
HSL292.44º93.7%24.9%-
HSV(B)292.44º96.75%48.24%-
XYZ9.84.7119.13-
YUV48.66169.96170.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=45.96%
G=1.70%
B=52.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10841230.120.9700.52292.4493.724.9
Hex6C47BC610341245e19
Octal15441731414106444413631
Binary11011001001111011110011000010110100100100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,4,123); }

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

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

 a { background-color: rgb(108,4,123); }

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

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

 span { border-color: rgb(108,4,123); }

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