Html Css Color HEX #621953 Palatinate Purple

📋 copy color: '#621953'

red 98 ◦ green 25 ◦ blue 83

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

Shades of Palatinate Purple #621953

Tints of Palatinate Purple #621953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 47.57%
G = 12.14%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#621953 (or 0x621953) is known color: Palatinate Purple. HEX triplet: 62, 19 and 53. RGB value is (98,25,83). Sum of RGB (Red+Green+Blue) = 98+25+83=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #621953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621953 is #9DE6AC. Grayscale: #353535. Windows color (decimal): -10348205 or 5445986. OLE color: 5445986.

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

Color convert

RGB 98 25 83 -
CMYK 0 0.74 0.15 0.62
HSL 312.33º 0.59% 0.24% -
HSV(B) 312.33º 0.74% 0.38% -
XYZ 6.95 3.92 8.57 -
YUV 53.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 98 25 83 0 0.74 0.15 0.62 312.33 0.59 0.24
Hex 62 19 53 0 4A F 3E 138 3B 18
Octal 142 31 123 0 112 17 76 470 73 30
Binary 1100010 11001 1010011 0 1001010 1111 111110 100111000 111011 11000

Color Harmonies of #621953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621953

Black with #621953

Text Example


Text Example

White with #621953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621953; }

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

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

background-color css

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

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

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

border-color css

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

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

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