Html Css Color HEX #621059 Palatinate Purple

📋 copy color: '#621059'

red 98 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #621059

Tints of Palatinate Purple #621059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 48.28%
G = 7.88%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#621059 (or 0x621059) is known color: Palatinate Purple. HEX triplet: 62, 10 and 59. RGB value is (98,16,89). Sum of RGB (Red+Green+Blue) = 98+16+89=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #621059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621059 is #9DEFA6. Grayscale: #303030. Windows color (decimal): -10350503 or 5836898. OLE color: 5836898.

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

Color convert

RGB 98 16 89 -
CMYK 0 0.84 0.09 0.62
HSL 306.59º 0.72% 0.22% -
HSV(B) 306.59º 0.84% 0.38% -
XYZ 7.03 3.69 9.79 -
YUV 48.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 98 16 89 0 0.84 0.09 0.62 306.59 0.72 0.22
Hex 62 10 59 0 54 9 3E 133 48 16
Octal 142 20 131 0 124 11 76 463 110 26
Binary 1100010 10000 1011001 0 1010100 1001 111110 100110011 1001000 10110

Color Harmonies of #621059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621059

Black with #621059

Text Example


Text Example

White with #621059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621059; }

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

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

background-color css

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

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

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

border-color css

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

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

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