#651958

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

Shades of Palatinate Purple #651958

Tints of Palatinate Purple #651958

Color information

#651958 (or 0x651958) is unknown color: approx Palatinate Purple. HEX triplet: 65, 19 and 58. RGB value is (101,25,88). Sum of RGB (Red+Green+Blue) = 101+25+88=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #651958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651958 is #9AE6A7. Grayscale: #363636. Windows color (decimal): -10151592 or 5773669. OLE color: 5773669.

HSL color Cylindrical-coordinate representation of color #651958: hue angle of 310.26º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651958 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB1012588-
CMYK00.750.130.60
HSL310.26º60.32%24.71%-
HSV(B)310.26º75.25%39.61%-
XYZ7.484.179.64-
YUV54.91146.68160.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=47.20%
G=11.68%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101258800.750.130.60310.2660.3224.71
Hex65195804BD3C1363c19
Octal14531130011315744667431
Binary110010111001101100001001011110111110010011011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651958; }

 p { color: rgb(101,25,88); }

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

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

 a { background-color: rgb(101,25,88); }

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

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

 span { border-color: rgb(101,25,88); }

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