Html Css Color HEX #621562 Palatinate Purple

📋 copy color: '#621562'

red 98 ◦ green 21 ◦ blue 98

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

Shades of Palatinate Purple #621562

Tints of Palatinate Purple #621562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.16%

R = 45.16%
G = 9.68%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#621562 (or 0x621562) is known color: Palatinate Purple. HEX triplet: 62, 15 and 62. RGB value is (98,21,98). Sum of RGB (Red+Green+Blue) = 98+21+98=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #621562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621562 is #9DEA9D. Grayscale: #343434. Windows color (decimal): -10349214 or 6428002. OLE color: 6428002.

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

Color convert

RGB 98 21 98 -
CMYK 0 0.79 0 0.62
HSL 300º 0.65% 0.23% -
HSV(B) 300º 0.79% 0.38% -
XYZ 7.51 4.01 11.93 -
YUV 52.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 98 21 98 0 0.79 0 0.62 300 0.65 0.23
Hex 62 15 62 0 4F 0 3E 12C 41 17
Octal 142 25 142 0 117 0 76 454 101 27
Binary 1100010 10101 1100010 0 1001111 0 111110 100101100 1000001 10111

Color Harmonies of #621562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621562

Black with #621562

Text Example


Text Example

White with #621562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621562; }

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

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

background-color css

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

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

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

border-color css

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

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

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