#6C0978

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

Shades of Purple #6C0978

Tints of Purple #6C0978

Color information

#6C0978 (or 0x6C0978) is unknown color: approx Purple. HEX triplet: 6C, 09 and 78. RGB value is (108,9,120). Sum of RGB (Red+Green+Blue) = 108+9+120=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C0978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0978 is #93F687. Grayscale: #323232. Windows color (decimal): -9696904 or 7866732. OLE color: 7866732.

HSL color Cylindrical-coordinate representation of color #6C0978: hue angle of 293.51º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0978 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1089120-
CMYK0.100.9200.53
HSL293.51º86.05%25.29%-
HSV(B)293.51º92.5%47.06%-
XYZ9.674.7418.17-
YUV51.26166.8168.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.57%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=45.57%
G=3.80%
B=50.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10891200.100.9200.53293.5186.0525.29
Hex6C978A5C0351265619
Octal154111701213406544612631
Binary110110010011111000101010111000110101100100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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