#6C0E74

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

Shades of Purple #6C0E74

Tints of Purple #6C0E74

Color information

#6C0E74 (or 0x6C0E74) is unknown color: approx Purple. HEX triplet: 6C, 0E and 74. RGB value is (108,14,116). Sum of RGB (Red+Green+Blue) = 108+14+116=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C0E74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E74 is #93F18B. Grayscale: #353535. Windows color (decimal): -9695628 or 7605868. OLE color: 7605868.

HSL color Cylindrical-coordinate representation of color #6C0E74: hue angle of 295.29º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C0E74 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10814116-
CMYK0.070.8800.55
HSL295.29º78.46%25.49%-
HSV(B)295.29º87.93%45.49%-
XYZ9.494.7616.94-
YUV53.73163.14166.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.38%
GREEN value IS 14 (5.86% from 255) = 5.88%
BLUE value IS 116 (45.70% from 255) = 48.74%
R=45.38%
G=5.88%
B=48.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108141160.070.8800.55295.2978.4625.49
Hex6CE747580371274e19
Octal15416164713006744711631
Binary11011001110111010011110110000110111100100111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,14,116); }

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

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

 a { background-color: rgb(108,14,116); }

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

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

 span { border-color: rgb(108,14,116); }

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