#6C055F

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

Shades of Palatinate Purple #6C055F

Tints of Palatinate Purple #6C055F

Color information

#6C055F (or 0x6C055F) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 05 and 5F. RGB value is (108,5,95). Sum of RGB (Red+Green+Blue) = 108+5+95=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C055F is #93FAA0. Grayscale: #2D2D2D. Windows color (decimal): -9697953 or 6227308. OLE color: 6227308.

HSL color Cylindrical-coordinate representation of color #6C055F: hue angle of 307.57º 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 #6C055F is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB108595-
CMYK00.950.120.58
HSL307.57º91.15%22.16%-
HSV(B)307.57º95.37%42.35%-
XYZ8.34.1211.18-
YUV46.06155.62172.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.92%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=51.92%
G=2.40%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10859500.950.120.58307.5791.1522.16
Hex6C55F05FC3A1345b16
Octal15451370137147246413326
Binary11011001011011111010111111100111010100110100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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