Html Css Color HEX #621950 Palatinate Purple

📋 copy color: '#621950'

red 98 ◦ green 25 ◦ blue 80

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

Shades of Palatinate Purple #621950

Tints of Palatinate Purple #621950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 48.28%
G = 12.32%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#621950 (or 0x621950) is known color: Palatinate Purple. HEX triplet: 62, 19 and 50. RGB value is (98,25,80). Sum of RGB (Red+Green+Blue) = 98+25+80=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #621950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621950 is #9DE6AF. Grayscale: #343434. Windows color (decimal): -10348208 or 5249378. OLE color: 5249378.

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

Color convert

RGB 98 25 80 -
CMYK 0 0.74 0.18 0.62
HSL 314.79º 0.59% 0.24% -
HSV(B) 314.79º 0.74% 0.38% -
XYZ 6.83 3.87 7.98 -
YUV 53.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 98 25 80 0 0.74 0.18 0.62 314.79 0.59 0.24
Hex 62 19 50 0 4A 12 3E 13B 3B 18
Octal 142 31 120 0 112 22 76 473 73 30
Binary 1100010 11001 1010000 0 1001010 10010 111110 100111011 111011 11000

Color Harmonies of #621950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621950

Black with #621950

Text Example


Text Example

White with #621950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621950; }

 p { color: rgb(98,25,80); }

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

background-color css

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

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

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

border-color css

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

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

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