#621958

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

Shades of Palatinate Purple #621958

Tints of Palatinate Purple #621958

Color information

#621958 (or 0x621958) is unknown color: approx Palatinate Purple. HEX triplet: 62, 19 and 58. RGB value is (98,25,88). Sum of RGB (Red+Green+Blue) = 98+25+88=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #621958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621958 is #9DE6A7. Grayscale: #353535. Windows color (decimal): -10348200 or 5773666. OLE color: 5773666.

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

Color convert

RGB982588-
CMYK00.740.100.62
HSL308.22º59.35%24.12%-
HSV(B)308.22º74.49%38.43%-
XYZ7.1549.63-
YUV54.01147.18159.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=46.45%
G=11.85%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98258800.740.100.62308.2259.3524.12
Hex62195804AA3E1343b18
Octal14231130011212764647330
Binary110001011001101100001001010101011111010011010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621958; }

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

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

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

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

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

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

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

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