Html Css Color HEX #620361 Palatinate Purple

📋 copy color: '#620361'

red 98 ◦ green 3 ◦ blue 97

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

Shades of Palatinate Purple #620361

Tints of Palatinate Purple #620361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 49.49%
G = 1.52%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#620361 (or 0x620361) is known color: Palatinate Purple. HEX triplet: 62, 03 and 61. RGB value is (98,3,97). Sum of RGB (Red+Green+Blue) = 98+3+97=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #620361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620361 is #9DFC9E. Grayscale: #292929. Windows color (decimal): -10353823 or 6357858. OLE color: 6357858.

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

Color convert

RGB 98 3 97 -
CMYK 0 0.97 0.01 0.62
HSL 300.63º 0.94% 0.2% -
HSV(B) 300.63º 0.97% 0.38% -
XYZ 7.23 3.52 11.61 -
YUV 42.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 98 3 97 0 0.97 0.01 0.62 300.63 0.94 0.2
Hex 62 3 61 0 61 1 3E 12D 5E 14
Octal 142 3 141 0 141 1 76 455 136 24
Binary 1100010 11 1100001 0 1100001 1 111110 100101101 1011110 10100

Color Harmonies of #620361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620361

Black with #620361

Text Example


Text Example

White with #620361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620361; }

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

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

background-color css

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

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

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

border-color css

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

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

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