#65145C

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

Shades of Palatinate Purple #65145C

Tints of Palatinate Purple #65145C

Color information

#65145C (or 0x65145C) is unknown color: approx Palatinate Purple. HEX triplet: 65, 14 and 5C. RGB value is (101,20,92). Sum of RGB (Red+Green+Blue) = 101+20+92=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65145C is #9AEBA3. Grayscale: #343434. Windows color (decimal): -10152868 or 6034533. OLE color: 6034533.

HSL color Cylindrical-coordinate representation of color #65145C: hue angle of 306.67º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65145C is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1012092-
CMYK00.800.090.60
HSL306.67º66.94%23.73%-
HSV(B)306.67º80.2%39.61%-
XYZ7.554.0410.51-
YUV52.43150.34162.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=47.42%
G=9.39%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101209200.800.090.60306.6766.9423.73
Hex65145C05093C1334318
Octal145241340120117446310330
Binary1100101101001011100010100001001111100100110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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