#6C1B62

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

Shades of Palatinate Purple #6C1B62

Tints of Palatinate Purple #6C1B62

Color information

#6C1B62 (or 0x6C1B62) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 1B and 62. RGB value is (108,27,98). Sum of RGB (Red+Green+Blue) = 108+27+98=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1B62 is #93E49D. Grayscale: #3B3B3B. Windows color (decimal): -9692318 or 6429548. OLE color: 6429548.

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

Color convert

RGB1082798-
CMYK00.750.090.58
HSL307.41º60%26.47%-
HSV(B)307.41º75%42.35%-
XYZ8.784.8512.03-
YUV59.31149.84162.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.35%
GREEN value IS 27 (10.94% from 255) = 11.59%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=46.35%
G=11.59%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108279800.750.090.58307.416026.47
Hex6C1B6204B93A1333c1a
Octal15433142011311724637432
Binary110110011011110001001001011100111101010011001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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