Html Css Color HEX #620A61 Palatinate Purple

📋 copy color: '#620A61'

red 98 ◦ green 10 ◦ blue 97

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

Shades of Palatinate Purple #620A61

Tints of Palatinate Purple #620A61

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.88%

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

R = 47.8%
G = 4.88%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#620A61 (or 0x620A61) is known color: Palatinate Purple. HEX triplet: 62, 0A and 61. RGB value is (98,10,97). Sum of RGB (Red+Green+Blue) = 98+10+97=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #620A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A61 is #9DF59E. Grayscale: #2D2D2D. Windows color (decimal): -10352031 or 6359650. OLE color: 6359650.

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

Color convert

RGB 98 10 97 -
CMYK 0 0.90 0.01 0.62
HSL 300.68º 0.81% 0.21% -
HSV(B) 300.68º 0.9% 0.38% -
XYZ 7.3 3.68 11.63 -
YUV 46.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 98 10 97 0 0.90 0.01 0.62 300.68 0.81 0.21
Hex 62 A 61 0 5A 1 3E 12D 51 15
Octal 142 12 141 0 132 1 76 455 121 25
Binary 1100010 1010 1100001 0 1011010 1 111110 100101101 1010001 10101

Color Harmonies of #620A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A61

Black with #620A61

Text Example


Text Example

White with #620A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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