Html Css Color HEX #621959 Palatinate Purple

📋 copy color: '#621959'

red 98 ◦ green 25 ◦ blue 89

#621959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #621959

Tints of Palatinate Purple #621959

RGB

 RED value IS 98 (38.67% from 255) = 46.23%

 GREEN value IS 25 (10.16% from 255) = 11.79%

 BLUE value IS 89 (35.16% from 255) = 41.98%

R = 46.23%
G = 11.79%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#621959 (or 0x621959) is known color: Palatinate Purple. HEX triplet: 62, 19 and 59. RGB value is (98,25,89). Sum of RGB (Red+Green+Blue) = 98+25+89=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #621959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621959 is #9DE6A6. Grayscale: #353535. Windows color (decimal): -10348199 or 5839202. OLE color: 5839202.

HSL color Cylindrical-coordinate representation of color #621959: hue angle of 307.4º 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 #621959 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 25 89 -
CMYK 0 0.74 0.09 0.62
HSL 307.4º 0.59% 0.24% -
HSV(B) 307.4º 0.74% 0.38% -
XYZ 7.19 4.01 9.85 -
YUV 54.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 98 25 89 0 0.74 0.09 0.62 307.4 0.59 0.24
Hex 62 19 59 0 4A 9 3E 133 3B 18
Octal 142 31 131 0 112 11 76 463 73 30
Binary 1100010 11001 1011001 0 1001010 1001 111110 100110011 111011 11000

Color Harmonies of #621959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621959

Black with #621959

Text Example


Text Example

White with #621959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621959; }

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

 H1.HeaderClassName
 {
   color: #621959;
 }
 .AnyTagClassName
 {
   color: #621959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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