#621751

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

Shades of Palatinate Purple #621751

Tints of Palatinate Purple #621751

Color information

#621751 (or 0x621751) is unknown color: approx Palatinate Purple. HEX triplet: 62, 17 and 51. RGB value is (98,23,81). Sum of RGB (Red+Green+Blue) = 98+23+81=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621751 is #9DE8AE. Grayscale: #333333. Windows color (decimal): -10348719 or 5314402. OLE color: 5314402.

HSL color Cylindrical-coordinate representation of color #621751: hue angle of 313.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621751 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB982381-
CMYK00.770.170.62
HSL313.6º61.98%23.73%-
HSV(B)313.6º76.53%38.43%-
XYZ6.833.88.16-
YUV52.04144.35160.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=48.51%
G=11.39%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98238100.770.170.62313.661.9823.73
Hex62175104D113E13a3e18
Octal14227121011521764727630
Binary1100010101111010001010011011000111111010011101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621751; }

 p { color: rgb(98,23,81); }

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

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

 a { background-color: rgb(98,23,81); }

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

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

 span { border-color: rgb(98,23,81); }

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