Html Css Color HEX #621558 Palatinate Purple

📋 copy color: '#621558'

red 98 ◦ green 21 ◦ blue 88

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

Shades of Palatinate Purple #621558

Tints of Palatinate Purple #621558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 47.34%
G = 10.14%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#621558 (or 0x621558) is known color: Palatinate Purple. HEX triplet: 62, 15 and 58. RGB value is (98,21,88). Sum of RGB (Red+Green+Blue) = 98+21+88=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #621558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621558 is #9DEAA7. Grayscale: #333333. Windows color (decimal): -10349224 or 5772642. OLE color: 5772642.

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

Color convert

RGB 98 21 88 -
CMYK 0 0.79 0.10 0.62
HSL 307.79º 0.65% 0.23% -
HSV(B) 307.79º 0.79% 0.38% -
XYZ 7.07 3.84 9.6 -
YUV 51.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 98 21 88 0 0.79 0.10 0.62 307.79 0.65 0.23
Hex 62 15 58 0 4F A 3E 134 41 17
Octal 142 25 130 0 117 12 76 464 101 27
Binary 1100010 10101 1011000 0 1001111 1010 111110 100110100 1000001 10111

Color Harmonies of #621558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621558

Black with #621558

Text Example


Text Example

White with #621558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621558; }

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

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

background-color css

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

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

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

border-color css

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

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

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