#6C025E

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

Shades of Palatinate Purple #6C025E

Tints of Palatinate Purple #6C025E

Color information

#6C025E (or 0x6C025E) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 02 and 5E. RGB value is (108,2,94). Sum of RGB (Red+Green+Blue) = 108+2+94=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C025E is #93FDA1. Grayscale: #2B2B2B. Windows color (decimal): -9698722 or 6161004. OLE color: 6161004.

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

Color convert

RGB108294-
CMYK00.980.130.58
HSL307.92º96.36%21.57%-
HSV(B)307.92º98.15%42.35%-
XYZ8.234.0410.94-
YUV44.18156.12173.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.94%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=52.94%
G=0.98%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10829400.980.130.58307.9296.3621.57
Hex6C25E062D3A1346016
Octal15421360142157246414026
Binary1101100101011110011000101101111010100110100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,2,94); }

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

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

 a { background-color: rgb(108,2,94); }

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

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

 span { border-color: rgb(108,2,94); }

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