#65015E

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

Shades of Palatinate Purple #65015E

Tints of Palatinate Purple #65015E

Color information

#65015E (or 0x65015E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 01 and 5E. RGB value is (101,1,94). Sum of RGB (Red+Green+Blue) = 101+1+94=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65015E is #9AFEA1. Grayscale: #292929. Windows color (decimal): -10157730 or 6160741. OLE color: 6160741.

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

Color convert

RGB101194-
CMYK00.990.070.60
HSL304.2º98.04%20%-
HSV(B)304.2º99.01%39.61%-
XYZ7.43.610.89-
YUV41.5157.63170.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.53%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=51.53%
G=0.51%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10119400.990.070.60304.298.0420
Hex6515E06373C1306214
Octal1451136014377446014224
Binary11001011101111001100011111111100100110000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65015E; }

 p { color: rgb(101,1,94); }

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

<style>
 a { background-color: #65015E; }

 a { background-color: rgb(101,1,94); }

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

<style>
 span { border-color: #65015E; }

 span { border-color: rgb(101,1,94); }

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