#652151

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

Shades of Palatinate Purple #652151

Tints of Palatinate Purple #652151

Color information

#652151 (or 0x652151) is unknown color: approx Palatinate Purple. HEX triplet: 65, 21 and 51. RGB value is (101,33,81). Sum of RGB (Red+Green+Blue) = 101+33+81=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #652151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652151 is #9ADEAE. Grayscale: #3A3A3A. Windows color (decimal): -10149551 or 5316965. OLE color: 5316965.

HSL color Cylindrical-coordinate representation of color #652151: hue angle of 317.65º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652151 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1013381-
CMYK00.670.200.60
HSL317.65º50.75%26.27%-
HSV(B)317.65º67.33%39.61%-
XYZ7.44.458.25-
YUV58.8140.53158.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=46.98%
G=15.35%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101338100.670.200.60317.6550.7526.27
Hex652151043143C13e331a
Octal14541121010324744766332
Binary11001011000011010001010000111010011110010011111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652151; }

 p { color: rgb(101,33,81); }

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

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

 a { background-color: rgb(101,33,81); }

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

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

 span { border-color: rgb(101,33,81); }

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