Html Css Color HEX #620161 Palatinate Purple

📋 copy color: '#620161'

red 98 ◦ green 1 ◦ blue 97

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

Shades of Palatinate Purple #620161

Tints of Palatinate Purple #620161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 50%
G = 0.51%
B = 49.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#620161 (or 0x620161) is known color: Palatinate Purple. HEX triplet: 62, 01 and 61. RGB value is (98,1,97). Sum of RGB (Red+Green+Blue) = 98+1+97=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #620161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620161 is #9DFE9E. Grayscale: #282828. Windows color (decimal): -10354335 or 6357346. OLE color: 6357346.

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

Color convert

RGB 98 1 97 -
CMYK 0 0.99 0.01 0.62
HSL 300.62º 0.98% 0.19% -
HSV(B) 300.62º 0.99% 0.38% -
XYZ 7.21 3.48 11.6 -
YUV 40.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 98 1 97 0 0.99 0.01 0.62 300.62 0.98 0.19
Hex 62 1 61 0 63 1 3E 12D 62 13
Octal 142 1 141 0 143 1 76 455 142 23
Binary 1100010 1 1100001 0 1100011 1 111110 100101101 1100010 10011

Color Harmonies of #620161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620161

Black with #620161

Text Example


Text Example

White with #620161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620161; }

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

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

background-color css

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

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

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

border-color css

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

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

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