#651B5C

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

Shades of Palatinate Purple #651B5C

Tints of Palatinate Purple #651B5C

Color information

#651B5C (or 0x651B5C) is unknown color: approx Palatinate Purple. HEX triplet: 65, 1B and 5C. RGB value is (101,27,92). Sum of RGB (Red+Green+Blue) = 101+27+92=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #651B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651B5C is #9AE4A3. Grayscale: #383838. Windows color (decimal): -10151076 or 6036325. OLE color: 6036325.

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

Color convert

RGB1012792-
CMYK00.730.090.60
HSL307.3º57.81%25.1%-
HSV(B)307.3º73.27%39.61%-
XYZ7.694.3210.55-
YUV56.54148.02159.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 27 (10.94% from 255) = 12.27%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=45.91%
G=12.27%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101279200.730.090.60307.357.8125.1
Hex651B5C04993C1333a19
Octal14533134011111744637231
Binary110010111011101110001001001100111110010011001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,27,92); }

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

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

 a { background-color: rgb(101,27,92); }

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

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

 span { border-color: rgb(101,27,92); }

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