#65025C

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

Shades of Palatinate Purple #65025C

Tints of Palatinate Purple #65025C

Color information

#65025C (or 0x65025C) is unknown color: approx Palatinate Purple. HEX triplet: 65, 02 and 5C. RGB value is (101,2,92). Sum of RGB (Red+Green+Blue) = 101+2+92=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65025C is #9AFDA3. Grayscale: #292929. Windows color (decimal): -10157476 or 6029925. OLE color: 6029925.

HSL color Cylindrical-coordinate representation of color #65025C: hue angle of 305.45º 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 #65025C is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB101292-
CMYK00.980.090.60
HSL305.45º96.12%20.2%-
HSV(B)305.45º98.02%39.61%-
XYZ7.323.5810.43-
YUV41.86156.3170.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.79%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=51.79%
G=1.03%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10129200.980.090.60305.4596.1220.2
Hex6525C06293C1316014
Octal14521340142117446114024
Binary1100101101011100011000101001111100100110001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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