Html Css Color HEX #621750 Palatinate Purple

📋 copy color: '#621750'

red 98 ◦ green 23 ◦ blue 80

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

Shades of Palatinate Purple #621750

Tints of Palatinate Purple #621750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 48.76%
G = 11.44%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#621750 (or 0x621750) is known color: Palatinate Purple. HEX triplet: 62, 17 and 50. RGB value is (98,23,80). Sum of RGB (Red+Green+Blue) = 98+23+80=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #621750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621750 is #9DE8AF. Grayscale: #333333. Windows color (decimal): -10348720 or 5248866. OLE color: 5248866.

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

Color convert

RGB 98 23 80 -
CMYK 0 0.77 0.18 0.62
HSL 314.4º 0.62% 0.24% -
HSV(B) 314.4º 0.77% 0.38% -
XYZ 6.79 3.79 7.96 -
YUV 51.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 98 23 80 0 0.77 0.18 0.62 314.4 0.62 0.24
Hex 62 17 50 0 4D 12 3E 13A 3E 18
Octal 142 27 120 0 115 22 76 472 76 30
Binary 1100010 10111 1010000 0 1001101 10010 111110 100111010 111110 11000

Color Harmonies of #621750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621750

Black with #621750

Text Example


Text Example

White with #621750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621750; }

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

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

background-color css

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

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

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

border-color css

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

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

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