#65145F

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

Shades of Palatinate Purple #65145F

Tints of Palatinate Purple #65145F

Color information

#65145F (or 0x65145F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 14 and 5F. RGB value is (101,20,95). Sum of RGB (Red+Green+Blue) = 101+20+95=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65145F is #9AEBA0. Grayscale: #343434. Windows color (decimal): -10152865 or 6231141. OLE color: 6231141.

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

Color convert

RGB1012095-
CMYK00.800.060.60
HSL304.44º66.94%23.73%-
HSV(B)304.44º80.2%39.61%-
XYZ7.684.0911.21-
YUV52.77151.84162.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=46.76%
G=9.26%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101209500.800.060.60304.4466.9423.73
Hex65145F05063C1304318
Octal14524137012067446010330
Binary110010110100101111101010000110111100100110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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