#651F60

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

Shades of Palatinate Purple #651F60

Tints of Palatinate Purple #651F60

Color information

#651F60 (or 0x651F60) is unknown color: approx Palatinate Purple. HEX triplet: 65, 1F and 60. RGB value is (101,31,96). Sum of RGB (Red+Green+Blue) = 101+31+96=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #651F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651F60 is #9AE09F. Grayscale: #3B3B3B. Windows color (decimal): -10150048 or 6299493. OLE color: 6299493.

HSL color Cylindrical-coordinate representation of color #651F60: hue angle of 304.29º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #651F60 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1013196-
CMYK00.690.050.60
HSL304.29º53.03%25.88%-
HSV(B)304.29º69.31%39.61%-
XYZ7.974.5911.53-
YUV59.34148.69157.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=44.30%
G=13.60%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101319600.690.050.60304.2953.0325.88
Hex651F6004553C130351a
Octal1453714001055744606532
Binary11001011111111000000100010110111110010011000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651F60; }

 p { color: rgb(101,31,96); }

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

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

 a { background-color: rgb(101,31,96); }

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

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

 span { border-color: rgb(101,31,96); }

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