Html Css Color HEX #620861 Palatinate Purple

📋 copy color: '#620861'

red 98 ◦ green 8 ◦ blue 97

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

Shades of Palatinate Purple #620861

Tints of Palatinate Purple #620861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

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

R = 48.28%
G = 3.94%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#620861 (or 0x620861) is known color: Palatinate Purple. HEX triplet: 62, 08 and 61. RGB value is (98,8,97). Sum of RGB (Red+Green+Blue) = 98+8+97=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #620861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620861 is #9DF79E. Grayscale: #2C2C2C. Windows color (decimal): -10352543 or 6359138. OLE color: 6359138.

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

Color convert

RGB 98 8 97 -
CMYK 0 0.92 0.01 0.62
HSL 300.67º 0.85% 0.21% -
HSV(B) 300.67º 0.92% 0.38% -
XYZ 7.28 3.63 11.63 -
YUV 45.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 98 8 97 0 0.92 0.01 0.62 300.67 0.85 0.21
Hex 62 8 61 0 5C 1 3E 12D 55 15
Octal 142 10 141 0 134 1 76 455 125 25
Binary 1100010 1000 1100001 0 1011100 1 111110 100101101 1010101 10101

Color Harmonies of #620861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620861

Black with #620861

Text Example


Text Example

White with #620861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620861; }

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

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

background-color css

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

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

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

border-color css

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

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

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