Html Css Color HEX #621751 Palatinate Purple

📋 copy color: '#621751'

red 98 ◦ green 23 ◦ blue 81

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

Shades of Palatinate Purple #621751

Tints of Palatinate Purple #621751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.1%

R = 48.51%
G = 11.39%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#621751 (or 0x621751) is known color: Palatinate Purple. HEX triplet: 62, 17 and 51. RGB value is (98,23,81). Sum of RGB (Red+Green+Blue) = 98+23+81=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621751 is #9DE8AE. Grayscale: #333333. Windows color (decimal): -10348719 or 5314402. OLE color: 5314402.

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

Color convert

RGB 98 23 81 -
CMYK 0 0.77 0.17 0.62
HSL 313.6º 0.62% 0.24% -
HSV(B) 313.6º 0.77% 0.38% -
XYZ 6.83 3.8 8.16 -
YUV 52.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 98 23 81 0 0.77 0.17 0.62 313.6 0.62 0.24
Hex 62 17 51 0 4D 11 3E 13A 3E 18
Octal 142 27 121 0 115 21 76 472 76 30
Binary 1100010 10111 1010001 0 1001101 10001 111110 100111010 111110 11000

Color Harmonies of #621751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621751

Black with #621751

Text Example


Text Example

White with #621751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621751; }

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

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

background-color css

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

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

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

border-color css

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

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

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