Html Css Color HEX #621A51 Palatinate Purple

📋 copy color: '#621A51'

red 98 ◦ green 26 ◦ blue 81

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

Shades of Palatinate Purple #621A51

Tints of Palatinate Purple #621A51

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.68%

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 47.8%
G = 12.68%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#621A51 (or 0x621A51) is known color: Palatinate Purple. HEX triplet: 62, 1A and 51. RGB value is (98,26,81). Sum of RGB (Red+Green+Blue) = 98+26+81=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #621A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A51 is #9DE5AE. Grayscale: #353535. Windows color (decimal): -10347951 or 5315170. OLE color: 5315170.

HSL color Cylindrical-coordinate representation of color #621A51: hue angle of 314.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A51 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 26 81 -
CMYK 0 0.73 0.17 0.62
HSL 314.17º 0.58% 0.24% -
HSV(B) 314.17º 0.73% 0.38% -
XYZ 6.89 3.93 8.18 -
YUV 53.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 98 26 81 0 0.73 0.17 0.62 314.17 0.58 0.24
Hex 62 1A 51 0 49 11 3E 13A 3A 18
Octal 142 32 121 0 111 21 76 472 72 30
Binary 1100010 11010 1010001 0 1001001 10001 111110 100111010 111010 11000

Color Harmonies of #621A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A51

Black with #621A51

Text Example


Text Example

White with #621A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621A51; }

 p { color: rgb(98,26,81); }

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

background-color css

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

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

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

border-color css

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

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

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