Html Css Color HEX #621761 Palatinate Purple

📋 copy color: '#621761'

red 98 ◦ green 23 ◦ blue 97

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

Shades of Palatinate Purple #621761

Tints of Palatinate Purple #621761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.5%

R = 44.95%
G = 10.55%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#621761 (or 0x621761) is known color: Palatinate Purple. HEX triplet: 62, 17 and 61. RGB value is (98,23,97). Sum of RGB (Red+Green+Blue) = 98+23+97=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #621761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621761 is #9DE89E. Grayscale: #353535. Windows color (decimal): -10348703 or 6362978. OLE color: 6362978.

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

Color convert

RGB 98 23 97 -
CMYK 0 0.77 0.01 0.62
HSL 300.8º 0.62% 0.24% -
HSV(B) 300.8º 0.77% 0.38% -
XYZ 7.5 4.07 11.7 -
YUV 53.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 98 23 97 0 0.77 0.01 0.62 300.8 0.62 0.24
Hex 62 17 61 0 4D 1 3E 12D 3E 18
Octal 142 27 141 0 115 1 76 455 76 30
Binary 1100010 10111 1100001 0 1001101 1 111110 100101101 111110 11000

Color Harmonies of #621761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621761

Black with #621761

Text Example


Text Example

White with #621761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621761; }

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

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

background-color css

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

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

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

border-color css

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

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

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