Html Css Color HEX #620761 Palatinate Purple

📋 copy color: '#620761'

red 98 ◦ green 7 ◦ blue 97

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

Shades of Palatinate Purple #620761

Tints of Palatinate Purple #620761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.47%

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

R = 48.51%
G = 3.47%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#620761 (or 0x620761) is known color: Palatinate Purple. HEX triplet: 62, 07 and 61. RGB value is (98,7,97). Sum of RGB (Red+Green+Blue) = 98+7+97=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #620761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620761 is #9DF89E. Grayscale: #2C2C2C. Windows color (decimal): -10352799 or 6358882. OLE color: 6358882.

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

Color convert

RGB 98 7 97 -
CMYK 0 0.93 0.01 0.62
HSL 300.66º 0.87% 0.21% -
HSV(B) 300.66º 0.93% 0.38% -
XYZ 7.27 3.61 11.62 -
YUV 44.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 98 7 97 0 0.93 0.01 0.62 300.66 0.87 0.21
Hex 62 7 61 0 5D 1 3E 12D 57 15
Octal 142 7 141 0 135 1 76 455 127 25
Binary 1100010 111 1100001 0 1011101 1 111110 100101101 1010111 10101

Color Harmonies of #620761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620761

Black with #620761

Text Example


Text Example

White with #620761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620761; }

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

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

background-color css

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

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

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

border-color css

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

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

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