#65005D

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

Shades of Palatinate Purple #65005D

Tints of Palatinate Purple #65005D

Color information

#65005D (or 0x65005D) is unknown color: approx Palatinate Purple. HEX triplet: 65, 00 and 5D. RGB value is (101,0,93). Sum of RGB (Red+Green+Blue) = 101+0+93=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65005D is #9AFFA2. Grayscale: #282828. Windows color (decimal): -10157987 or 6094949. OLE color: 6094949.

HSL color Cylindrical-coordinate representation of color #65005D: hue angle of 304.75º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65005D is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB101093-
CMYK010.080.60
HSL304.75º100%19.8%-
HSV(B)304.75º100%39.61%-
XYZ7.343.5610.66-
YUV40.8157.46170.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=52.06%
G=0%
B=47.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101093010.080.60304.7510019.8
Hex6505D06483C1316414
Octal14501350144107446114424
Binary110010101011101011001001000111100100110001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,0,93); }

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

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

 a { background-color: rgb(101,0,93); }

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

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

 span { border-color: rgb(101,0,93); }

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