Html Css Color HEX #620261 Palatinate Purple

📋 copy color: '#620261'

red 98 ◦ green 2 ◦ blue 97

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

Shades of Palatinate Purple #620261

Tints of Palatinate Purple #620261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 49.75%
G = 1.02%
B = 49.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#620261 (or 0x620261) is known color: Palatinate Purple. HEX triplet: 62, 02 and 61. RGB value is (98,2,97). Sum of RGB (Red+Green+Blue) = 98+2+97=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #620261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620261 is #9DFD9E. Grayscale: #292929. Windows color (decimal): -10354079 or 6357602. OLE color: 6357602.

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

Color convert

RGB 98 2 97 -
CMYK 0 0.98 0.01 0.62
HSL 300.63º 0.96% 0.2% -
HSV(B) 300.63º 0.98% 0.38% -
XYZ 7.22 3.5 11.61 -
YUV 41.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 98 2 97 0 0.98 0.01 0.62 300.63 0.96 0.2
Hex 62 2 61 0 62 1 3E 12D 60 14
Octal 142 2 141 0 142 1 76 455 140 24
Binary 1100010 10 1100001 0 1100010 1 111110 100101101 1100000 10100

Color Harmonies of #620261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620261

Black with #620261

Text Example


Text Example

White with #620261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620261; }

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

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

background-color css

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

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

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

border-color css

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

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

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