#65005F

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

Shades of Palatinate Purple #65005F

Tints of Palatinate Purple #65005F

Color information

#65005F (or 0x65005F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 00 and 5F. RGB value is (101,0,95). Sum of RGB (Red+Green+Blue) = 101+0+95=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65005F is #9AFFA0. Grayscale: #282828. Windows color (decimal): -10157985 or 6226021. OLE color: 6226021.

HSL color Cylindrical-coordinate representation of color #65005F: hue angle of 303.56º 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 #65005F is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB101095-
CMYK010.060.60
HSL303.56º100%19.8%-
HSV(B)303.56º100%39.61%-
XYZ7.433.5911.13-
YUV41.03158.46170.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=51.53%
G=0%
B=48.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101095010.060.60303.5610019.8
Hex6505F06463C1306414
Octal1450137014467446014424
Binary11001010101111101100100110111100100110000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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