Html Css Color HEX #620961 Palatinate Purple

📋 copy color: '#620961'

red 98 ◦ green 9 ◦ blue 97

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

Shades of Palatinate Purple #620961

Tints of Palatinate Purple #620961

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

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

R = 48.04%
G = 4.41%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#620961 (or 0x620961) is known color: Palatinate Purple. HEX triplet: 62, 09 and 61. RGB value is (98,9,97). Sum of RGB (Red+Green+Blue) = 98+9+97=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #620961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620961 is #9DF69E. Grayscale: #2D2D2D. Windows color (decimal): -10352287 or 6359394. OLE color: 6359394.

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

Color convert

RGB 98 9 97 -
CMYK 0 0.91 0.01 0.62
HSL 300.67º 0.83% 0.21% -
HSV(B) 300.67º 0.91% 0.38% -
XYZ 7.29 3.66 11.63 -
YUV 45.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 98 9 97 0 0.91 0.01 0.62 300.67 0.83 0.21
Hex 62 9 61 0 5B 1 3E 12D 53 15
Octal 142 11 141 0 133 1 76 455 123 25
Binary 1100010 1001 1100001 0 1011011 1 111110 100101101 1010011 10101

Color Harmonies of #620961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620961

Black with #620961

Text Example


Text Example

White with #620961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620961; }

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

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

background-color css

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

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

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

border-color css

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

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

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