Html Css Color HEX #621762 Palatinate Purple

📋 copy color: '#621762'

red 98 ◦ green 23 ◦ blue 98

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

Shades of Palatinate Purple #621762

Tints of Palatinate Purple #621762

RGB

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

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

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

R = 44.75%
G = 10.5%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#621762 (or 0x621762) is known color: Palatinate Purple. HEX triplet: 62, 17 and 62. RGB value is (98,23,98). Sum of RGB (Red+Green+Blue) = 98+23+98=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #621762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621762 is #9DE89D. Grayscale: #353535. Windows color (decimal): -10348702 or 6428514. OLE color: 6428514.

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

Color convert

RGB 98 23 98 -
CMYK 0 0.77 0 0.62
HSL 300º 0.62% 0.24% -
HSV(B) 300º 0.77% 0.38% -
XYZ 7.55 4.09 11.95 -
YUV 53.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 98 23 98 0 0.77 0 0.62 300 0.62 0.24
Hex 62 17 62 0 4D 0 3E 12C 3E 18
Octal 142 27 142 0 115 0 76 454 76 30
Binary 1100010 10111 1100010 0 1001101 0 111110 100101100 111110 11000

Color Harmonies of #621762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621762

Black with #621762

Text Example


Text Example

White with #621762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621762; }

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

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

background-color css

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

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

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

border-color css

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

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

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