#6C1962

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

Shades of Palatinate Purple #6C1962

Tints of Palatinate Purple #6C1962

Color information

#6C1962 (or 0x6C1962) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 19 and 62. RGB value is (108,25,98). Sum of RGB (Red+Green+Blue) = 108+25+98=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1962 is #93E69D. Grayscale: #393939. Windows color (decimal): -9692830 or 6429036. OLE color: 6429036.

HSL color Cylindrical-coordinate representation of color #6C1962: hue angle of 307.23º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C1962 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1082598-
CMYK00.770.090.58
HSL307.23º62.41%26.08%-
HSV(B)307.23º76.85%42.35%-
XYZ8.744.7712.01-
YUV58.14150.5163.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.75%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=46.75%
G=10.82%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108259800.770.090.58307.2362.4126.08
Hex6C196204D93A1333e1a
Octal15431142011511724637632
Binary110110011001110001001001101100111101010011001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,25,98); }

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

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

 a { background-color: rgb(108,25,98); }

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

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

 span { border-color: rgb(108,25,98); }

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