Html Css Color HEX #621859 Palatinate Purple

📋 copy color: '#621859'

red 98 ◦ green 24 ◦ blue 89

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

Shades of Palatinate Purple #621859

Tints of Palatinate Purple #621859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 46.45%
G = 11.37%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#621859 (or 0x621859) is known color: Palatinate Purple. HEX triplet: 62, 18 and 59. RGB value is (98,24,89). Sum of RGB (Red+Green+Blue) = 98+24+89=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #621859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621859 is #9DE7A6. Grayscale: #353535. Windows color (decimal): -10348455 or 5838946. OLE color: 5838946.

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

Color convert

RGB 98 24 89 -
CMYK 0 0.76 0.09 0.62
HSL 307.3º 0.61% 0.24% -
HSV(B) 307.3º 0.76% 0.38% -
XYZ 7.17 3.97 9.84 -
YUV 53.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 98 24 89 0 0.76 0.09 0.62 307.3 0.61 0.24
Hex 62 18 59 0 4C 9 3E 133 3D 18
Octal 142 30 131 0 114 11 76 463 75 30
Binary 1100010 11000 1011001 0 1001100 1001 111110 100110011 111101 11000

Color Harmonies of #621859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621859

Black with #621859

Text Example


Text Example

White with #621859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621859; }

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

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

background-color css

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

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

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

border-color css

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

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

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