#65285B

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

Shades of Palatinate Purple #65285B

Tints of Palatinate Purple #65285B

Color information

#65285B (or 0x65285B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 28 and 5B. RGB value is (101,40,91). Sum of RGB (Red+Green+Blue) = 101+40+91=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #65285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65285B is #9AD7A4. Grayscale: #3F3F3F. Windows color (decimal): -10147749 or 5974117. OLE color: 5974117.

HSL color Cylindrical-coordinate representation of color #65285B: hue angle of 309.84º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65285B is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1014091-
CMYK00.600.100.60
HSL309.84º43.26%27.65%-
HSV(B)309.84º60.4%39.61%-
XYZ8.015.0410.45-
YUV64.05143.21154.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.53%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=43.53%
G=17.24%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101409100.600.100.60309.8443.2627.65
Hex65285B03CA3C1362b1c
Octal1455013307412744665334
Binary110010110100010110110111100101011110010011011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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