#651A5A

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

Shades of Palatinate Purple #651A5A

Tints of Palatinate Purple #651A5A

Color information

#651A5A (or 0x651A5A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 1A and 5A. RGB value is (101,26,90). Sum of RGB (Red+Green+Blue) = 101+26+90=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #651A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651A5A is #9AE5A5. Grayscale: #373737. Windows color (decimal): -10151334 or 5904997. OLE color: 5904997.

HSL color Cylindrical-coordinate representation of color #651A5A: hue angle of 308.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #651A5A is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1012690-
CMYK00.740.110.60
HSL308.8º59.06%24.9%-
HSV(B)308.8º74.26%39.61%-
XYZ7.584.2410.09-
YUV55.72147.35160.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=46.54%
G=11.98%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101269000.740.110.60308.859.0624.9
Hex651A5A04AB3C1353b19
Octal14532132011213744657331
Binary110010111010101101001001010101111110010011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,26,90); }

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

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

 a { background-color: rgb(101,26,90); }

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

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

 span { border-color: rgb(101,26,90); }

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