#652061

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

Shades of Palatinate Purple #652061

Tints of Palatinate Purple #652061

Color information

#652061 (or 0x652061) is unknown color: approx Palatinate Purple. HEX triplet: 65, 20 and 61. RGB value is (101,32,97). Sum of RGB (Red+Green+Blue) = 101+32+97=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #652061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652061 is #9ADF9E. Grayscale: #3B3B3B. Windows color (decimal): -10149791 or 6365285. OLE color: 6365285.

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

Color convert

RGB1013297-
CMYK00.680.040.60
HSL303.48º51.88%26.08%-
HSV(B)303.48º68.32%39.61%-
XYZ8.044.6611.79-
YUV60.04148.86157.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=43.91%
G=13.91%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101329700.680.040.60303.4851.8826.08
Hex65206104443C12f341a
Octal1454014101044744576432
Binary110010110000011000010100010010011110010010111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652061; }

 p { color: rgb(101,32,97); }

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

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

 a { background-color: rgb(101,32,97); }

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

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

 span { border-color: rgb(101,32,97); }

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