#6C1478

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

Shades of Purple #6C1478

Tints of Purple #6C1478

Color information

#6C1478 (or 0x6C1478) is unknown color: approx Purple. HEX triplet: 6C, 14 and 78. RGB value is (108,20,120). Sum of RGB (Red+Green+Blue) = 108+20+120=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C1478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1478 is #93EB87. Grayscale: #393939. Windows color (decimal): -9694088 or 7869548. OLE color: 7869548.

HSL color Cylindrical-coordinate representation of color #6C1478: hue angle of 292.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C1478 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10820120-
CMYK0.100.8300.53
HSL292.8º71.43%27.45%-
HSV(B)292.8º83.33%47.06%-
XYZ9.825.0418.23-
YUV57.71163.15163.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.55%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=43.55%
G=8.06%
B=48.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108201200.100.8300.53292.871.4327.45
Hex6C1478A53035125471b
Octal154241701212306544510733
Binary1101100101001111000101010100110110101100100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,20,120); }

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

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

 a { background-color: rgb(108,20,120); }

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

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

 span { border-color: rgb(108,20,120); }

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