#65126C

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

Shades of Palatinate Purple #65126C

Tints of Palatinate Purple #65126C

Color information

#65126C (or 0x65126C) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 6C. RGB value is (101,18,108). Sum of RGB (Red+Green+Blue) = 101+18+108=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #65126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65126C is #9AED93. Grayscale: #343434. Windows color (decimal): -10153364 or 7082597. OLE color: 7082597.

HSL color Cylindrical-coordinate representation of color #65126C: hue angle of 295.33º 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 #65126C is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10118108-
CMYK0.060.8300.58
HSL295.33º71.43%24.71%-
HSV(B)295.33º83.33%42.35%-
XYZ8.294.2814.58-
YUV53.08159162.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=44.49%
G=7.93%
B=47.58%

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
Decimal101181080.060.8300.58295.3371.4324.71
Hex65126C65303A1274719
Octal14522154612307244710731
Binary110010110010110110011010100110111010100100111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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