#6C1292

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

Shades of Purple #6C1292

Tints of Purple #6C1292

Color information

#6C1292 (or 0x6C1292) is unknown color: approx Purple. HEX triplet: 6C, 12 and 92. RGB value is (108,18,146). Sum of RGB (Red+Green+Blue) = 108+18+146=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C1292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1292 is #93ED6D. Grayscale: #3B3B3B. Windows color (decimal): -9694574 or 9572972. OLE color: 9572972.

HSL color Cylindrical-coordinate representation of color #6C1292: hue angle of 282.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1292 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10818146-
CMYK0.260.8800.43
HSL282.19º78.05%32.16%-
HSV(B)282.19º87.67%57.25%-
XYZ11.595.727.68-
YUV59.5176.82162.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.71%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=39.71%
G=6.62%
B=53.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108181460.260.8800.43282.1978.0532.16
Hex6C12921A5802B11a4e20
Octal154222223213005343211640
Binary1101100100101001001011010101100001010111000110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,18,146); }

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

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

 a { background-color: rgb(108,18,146); }

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

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

 span { border-color: rgb(108,18,146); }

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