#65225B

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

Shades of Palatinate Purple #65225B

Tints of Palatinate Purple #65225B

Color information

#65225B (or 0x65225B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 22 and 5B. RGB value is (101,34,91). Sum of RGB (Red+Green+Blue) = 101+34+91=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #65225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65225B is #9ADDA4. Grayscale: #3C3C3C. Windows color (decimal): -10149285 or 5972581. OLE color: 5972581.

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

Color convert

RGB1013491-
CMYK00.660.100.60
HSL308.96º49.63%26.47%-
HSV(B)308.96º66.34%39.61%-
XYZ7.834.6710.39-
YUV60.53145.2156.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.69%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=44.69%
G=15.04%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101349100.660.100.60308.9649.6326.47
Hex65225B042A3C135321a
Octal14542133010212744656232
Binary1100101100010101101101000010101011110010011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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