#6C0D71

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

Shades of Purple #6C0D71

Tints of Purple #6C0D71

Color information

#6C0D71 (or 0x6C0D71) is unknown color: approx Purple. HEX triplet: 6C, 0D and 71. RGB value is (108,13,113). Sum of RGB (Red+Green+Blue) = 108+13+113=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C0D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0D71 is #93F28E. Grayscale: #343434. Windows color (decimal): -9695887 or 7409004. OLE color: 7409004.

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

Color convert

RGB10813113-
CMYK0.040.8800.56
HSL297º79.37%24.71%-
HSV(B)297º88.5%44.31%-
XYZ9.314.6716.03-
YUV52.8161.97167.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.15%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=46.15%
G=5.56%
B=48.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108131130.040.8800.5629779.3724.71
Hex6CD714580381294f19
Octal15415161413007045111731
Binary11011001101111000110010110000111000100101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,13,113); }

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

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

 a { background-color: rgb(108,13,113); }

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

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

 span { border-color: rgb(108,13,113); }

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