Html Css Color HEX #621461 Palatinate Purple

📋 copy color: '#621461'

red 98 ◦ green 20 ◦ blue 97

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

Shades of Palatinate Purple #621461

Tints of Palatinate Purple #621461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 45.58%
G = 9.3%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#621461 (or 0x621461) is known color: Palatinate Purple. HEX triplet: 62, 14 and 61. RGB value is (98,20,97). Sum of RGB (Red+Green+Blue) = 98+20+97=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #621461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621461 is #9DEB9E. Grayscale: #333333. Windows color (decimal): -10349471 or 6362210. OLE color: 6362210.

HSL color Cylindrical-coordinate representation of color #621461: hue angle of 300.77º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621461 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 97 -
CMYK 0 0.80 0.01 0.62
HSL 300.77º 0.66% 0.23% -
HSV(B) 300.77º 0.8% 0.38% -
XYZ 7.44 3.96 11.68 -
YUV 52.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 98 20 97 0 0.80 0.01 0.62 300.77 0.66 0.23
Hex 62 14 61 0 50 1 3E 12D 42 17
Octal 142 24 141 0 120 1 76 455 102 27
Binary 1100010 10100 1100001 0 1010000 1 111110 100101101 1000010 10111

Color Harmonies of #621461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621461

Black with #621461

Text Example


Text Example

White with #621461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621461; }

 p { color: rgb(98,20,97); }

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

background-color css

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

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

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

border-color css

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

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

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