#65255B

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

Shades of Palatinate Purple #65255B

Tints of Palatinate Purple #65255B

Color information

#65255B (or 0x65255B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 25 and 5B. RGB value is (101,37,91). Sum of RGB (Red+Green+Blue) = 101+37+91=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #65255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65255B is #9ADAA4. Grayscale: #3E3E3E. Windows color (decimal): -10148517 or 5973349. OLE color: 5973349.

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

Color convert

RGB1013791-
CMYK00.630.100.60
HSL309.38º46.38%27.06%-
HSV(B)309.38º63.37%39.61%-
XYZ7.924.8510.42-
YUV62.29144.2155.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.10%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=44.10%
G=16.16%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101379100.630.100.60309.3846.3827.06
Hex65255B03FA3C1352e1b
Octal1454513307712744655633
Binary110010110010110110110111111101011110010011010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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