#6C055A

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

Shades of Palatinate Purple #6C055A

Tints of Palatinate Purple #6C055A

Color information

#6C055A (or 0x6C055A) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 05 and 5A. RGB value is (108,5,90). Sum of RGB (Red+Green+Blue) = 108+5+90=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C055A is #93FAA5. Grayscale: #2D2D2D. Windows color (decimal): -9697958 or 5899628. OLE color: 5899628.

HSL color Cylindrical-coordinate representation of color #6C055A: hue angle of 310.49º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C055A is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB108590-
CMYK00.950.170.58
HSL310.49º91.15%22.16%-
HSV(B)310.49º95.37%42.35%-
XYZ8.084.0310.03-
YUV45.49153.12172.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=53.20%
G=2.46%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10859000.950.170.58310.4991.1522.16
Hex6C55A05F113A1365b16
Octal15451320137217246613326
Binary110110010110110100101111110001111010100110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,5,90); }

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

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

 a { background-color: rgb(108,5,90); }

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

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

 span { border-color: rgb(108,5,90); }

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