Html Css Color HEX #621361 Palatinate Purple

📋 copy color: '#621361'

red 98 ◦ green 19 ◦ blue 97

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

Shades of Palatinate Purple #621361

Tints of Palatinate Purple #621361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 45.79%
G = 8.88%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#621361 (or 0x621361) is known color: Palatinate Purple. HEX triplet: 62, 13 and 61. RGB value is (98,19,97). Sum of RGB (Red+Green+Blue) = 98+19+97=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #621361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621361 is #9DEC9E. Grayscale: #333333. Windows color (decimal): -10349727 or 6361954. OLE color: 6361954.

HSL color Cylindrical-coordinate representation of color #621361: hue angle of 300.76º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621361 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 97 -
CMYK 0 0.81 0.01 0.62
HSL 300.76º 0.68% 0.23% -
HSV(B) 300.76º 0.81% 0.38% -
XYZ 7.43 3.93 11.68 -
YUV 51.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 98 19 97 0 0.81 0.01 0.62 300.76 0.68 0.23
Hex 62 13 61 0 51 1 3E 12D 44 17
Octal 142 23 141 0 121 1 76 455 104 27
Binary 1100010 10011 1100001 0 1010001 1 111110 100101101 1000100 10111

Color Harmonies of #621361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621361

Black with #621361

Text Example


Text Example

White with #621361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621361; }

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

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

background-color css

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

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

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

border-color css

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

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

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