Html Css Color HEX #621359 Palatinate Purple

📋 copy color: '#621359'

red 98 ◦ green 19 ◦ blue 89

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

Shades of Palatinate Purple #621359

Tints of Palatinate Purple #621359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

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

R = 47.57%
G = 9.22%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#621359 (or 0x621359) is known color: Palatinate Purple. HEX triplet: 62, 13 and 59. RGB value is (98,19,89). Sum of RGB (Red+Green+Blue) = 98+19+89=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #621359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621359 is #9DECA6. Grayscale: #323232. Windows color (decimal): -10349735 or 5837666. OLE color: 5837666.

HSL color Cylindrical-coordinate representation of color #621359: hue angle of 306.84º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621359 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 89 -
CMYK 0 0.81 0.09 0.62
HSL 306.84º 0.68% 0.23% -
HSV(B) 306.84º 0.81% 0.38% -
XYZ 7.07 3.78 9.81 -
YUV 50.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 98 19 89 0 0.81 0.09 0.62 306.84 0.68 0.23
Hex 62 13 59 0 51 9 3E 133 44 17
Octal 142 23 131 0 121 11 76 463 104 27
Binary 1100010 10011 1011001 0 1010001 1001 111110 100110011 1000100 10111

Color Harmonies of #621359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621359

Black with #621359

Text Example


Text Example

White with #621359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621359; }

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

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

background-color css

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

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

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

border-color css

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

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

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