#65126B

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

Shades of Palatinate Purple #65126B

Tints of Palatinate Purple #65126B

Color information

#65126B (or 0x65126B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 6B. RGB value is (101,18,107). Sum of RGB (Red+Green+Blue) = 101+18+107=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #65126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65126B is #9AED94. Grayscale: #343434. Windows color (decimal): -10153365 or 7017061. OLE color: 7017061.

HSL color Cylindrical-coordinate representation of color #65126B: hue angle of 295.96º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65126B is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10118107-
CMYK0.060.8300.58
HSL295.96º71.2%24.51%-
HSV(B)295.96º83.18%41.96%-
XYZ8.244.2614.3-
YUV52.96158.5162.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.69%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=44.69%
G=7.96%
B=47.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101181070.060.8300.58295.9671.224.51
Hex65126B65303A1284719
Octal14522153612307245010731
Binary110010110010110101111010100110111010100101000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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