#65126D

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

Shades of Palatinate Purple #65126D

Tints of Palatinate Purple #65126D

Color information

#65126D (or 0x65126D) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 6D. RGB value is (101,18,109). Sum of RGB (Red+Green+Blue) = 101+18+109=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #65126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65126D is #9AED92. Grayscale: #343434. Windows color (decimal): -10153363 or 7148133. OLE color: 7148133.

HSL color Cylindrical-coordinate representation of color #65126D: hue angle of 294.73º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65126D is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10118109-
CMYK0.070.8300.57
HSL294.73º71.65%24.9%-
HSV(B)294.73º83.49%42.75%-
XYZ8.344.314.86-
YUV53.19159.5162.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 18 (7.42% from 255) = 7.89%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=44.30%
G=7.89%
B=47.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101181090.070.8300.57294.7371.6524.9
Hex65126D7530391274819
Octal14522155712307144711031
Binary110010110010110110111110100110111001100100111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65126D; }

 p { color: rgb(101,18,109); }

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

<style>
 a { background-color: #65126D; }

 a { background-color: rgb(101,18,109); }

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

<style>
 span { border-color: #65126D; }

 span { border-color: rgb(101,18,109); }

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