#65025D

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

Shades of Palatinate Purple #65025D

Tints of Palatinate Purple #65025D

Color information

#65025D (or 0x65025D) is unknown color: approx Palatinate Purple. HEX triplet: 65, 02 and 5D. RGB value is (101,2,93). Sum of RGB (Red+Green+Blue) = 101+2+93=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65025D is #9AFDA2. Grayscale: #292929. Windows color (decimal): -10157475 or 6095461. OLE color: 6095461.

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

Color convert

RGB101293-
CMYK00.980.080.60
HSL304.85º96.12%20.2%-
HSV(B)304.85º98.02%39.61%-
XYZ7.363.610.66-
YUV41.97156.8170.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.53%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=51.53%
G=1.02%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10129300.980.080.60304.8596.1220.2
Hex6525D06283C1316014
Octal14521350142107446114024
Binary1100101101011101011000101000111100100110001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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