Html Css Color HEX #621F53 Palatinate Purple

📋 copy color: '#621F53'

red 98 ◦ green 31 ◦ blue 83

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

Shades of Palatinate Purple #621F53

Tints of Palatinate Purple #621F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.62%

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

R = 46.23%
G = 14.62%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#621F53 (or 0x621F53) is known color: Palatinate Purple. HEX triplet: 62, 1F and 53. RGB value is (98,31,83). Sum of RGB (Red+Green+Blue) = 98+31+83=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #621F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F53 is #9DE0AC. Grayscale: #383838. Windows color (decimal): -10346669 or 5447522. OLE color: 5447522.

HSL color Cylindrical-coordinate representation of color #621F53: hue angle of 313.43º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #621F53 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 31 83 -
CMYK 0 0.68 0.15 0.62
HSL 313.43º 0.52% 0.25% -
HSV(B) 313.43º 0.68% 0.38% -
XYZ 7.09 4.2 8.62 -
YUV 56.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 98 31 83 0 0.68 0.15 0.62 313.43 0.52 0.25
Hex 62 1F 53 0 44 F 3E 139 34 19
Octal 142 37 123 0 104 17 76 471 64 31
Binary 1100010 11111 1010011 0 1000100 1111 111110 100111001 110100 11001

Color Harmonies of #621F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621F53

Black with #621F53

Text Example


Text Example

White with #621F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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