#65025B

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

Shades of Palatinate Purple #65025B

Tints of Palatinate Purple #65025B

Color information

#65025B (or 0x65025B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 02 and 5B. RGB value is (101,2,91). Sum of RGB (Red+Green+Blue) = 101+2+91=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65025B is #9AFDA4. Grayscale: #292929. Windows color (decimal): -10157477 or 5964389. OLE color: 5964389.

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

Color convert

RGB101291-
CMYK00.980.100.60
HSL306.06º96.12%20.2%-
HSV(B)306.06º98.02%39.61%-
XYZ7.283.5710.2-
YUV41.75155.8170.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=52.06%
G=1.03%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10129100.980.100.60306.0696.1220.2
Hex6525B062A3C1326014
Octal14521330142127446214024
Binary1100101101011011011000101010111100100110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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