#65175B

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

Shades of Palatinate Purple #65175B

Tints of Palatinate Purple #65175B

Color information

#65175B (or 0x65175B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 17 and 5B. RGB value is (101,23,91). Sum of RGB (Red+Green+Blue) = 101+23+91=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65175B is #9AE8A4. Grayscale: #353535. Windows color (decimal): -10152101 or 5969765. OLE color: 5969765.

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

Color convert

RGB1012391-
CMYK00.770.100.60
HSL307.69º62.9%24.31%-
HSV(B)307.69º77.23%39.61%-
XYZ7.564.1310.3-
YUV54.07148.84161.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=46.98%
G=10.70%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101239100.770.100.60307.6962.924.31
Hex65175B04DA3C1343f18
Octal14527133011512744647730
Binary110010110111101101101001101101011110010011010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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