#65125E

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

Shades of Palatinate Purple #65125E

Tints of Palatinate Purple #65125E

Color information

#65125E (or 0x65125E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 5E. RGB value is (101,18,94). Sum of RGB (Red+Green+Blue) = 101+18+94=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65125E is #9AEDA1. Grayscale: #333333. Windows color (decimal): -10153378 or 6165093. OLE color: 6165093.

HSL color Cylindrical-coordinate representation of color #65125E: hue angle of 305.06º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65125E is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1011894-
CMYK00.820.070.60
HSL305.06º69.75%23.33%-
HSV(B)305.06º82.18%39.61%-
XYZ7.64.0110.96-
YUV51.48152163.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=47.42%
G=8.45%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101189400.820.070.60305.0669.7523.33
Hex65125E05273C1314617
Octal14522136012277446110627
Binary110010110010101111001010010111111100100110001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65125E; }

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

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

<style>
 a { background-color: #65125E; }

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

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

<style>
 span { border-color: #65125E; }

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

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