#651B5F

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

Shades of Palatinate Purple #651B5F

Tints of Palatinate Purple #651B5F

Color information

#651B5F (or 0x651B5F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 1B and 5F. RGB value is (101,27,95). Sum of RGB (Red+Green+Blue) = 101+27+95=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #651B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651B5F is #9AE4A0. Grayscale: #383838. Windows color (decimal): -10151073 or 6232933. OLE color: 6232933.

HSL color Cylindrical-coordinate representation of color #651B5F: hue angle of 304.86º 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 #651B5F is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1012795-
CMYK00.730.060.60
HSL304.86º57.81%25.1%-
HSV(B)304.86º73.27%39.61%-
XYZ7.824.3811.26-
YUV56.88149.52159.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.29%
GREEN value IS 27 (10.94% from 255) = 12.11%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=45.29%
G=12.11%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101279500.730.060.60304.8657.8125.1
Hex651B5F04963C1313a19
Octal1453313701116744617231
Binary11001011101110111110100100111011110010011000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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