#65295B

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

Shades of Palatinate Purple #65295B

Tints of Palatinate Purple #65295B

Color information

#65295B (or 0x65295B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 29 and 5B. RGB value is (101,41,91). Sum of RGB (Red+Green+Blue) = 101+41+91=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #65295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65295B is #9AD6A4. Grayscale: #404040. Windows color (decimal): -10147493 or 5974373. OLE color: 5974373.

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

Color convert

RGB1014191-
CMYK00.590.100.60
HSL310º42.25%27.84%-
HSV(B)310º59.41%39.61%-
XYZ8.055.1110.46-
YUV64.64142.88153.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=43.35%
G=17.60%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101419100.590.100.6031042.2527.84
Hex65295B03BA3C1362a1c
Octal1455113307312744665234
Binary110010110100110110110111011101011110010011011010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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