Html Css Color HEX #620561 Palatinate Purple

📋 copy color: '#620561'

red 98 ◦ green 5 ◦ blue 97

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

Shades of Palatinate Purple #620561

Tints of Palatinate Purple #620561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

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

R = 49%
G = 2.5%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#620561 (or 0x620561) is known color: Palatinate Purple. HEX triplet: 62, 05 and 61. RGB value is (98,5,97). Sum of RGB (Red+Green+Blue) = 98+5+97=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #620561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620561 is #9DFA9E. Grayscale: #2B2B2B. Windows color (decimal): -10353311 or 6358370. OLE color: 6358370.

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

Color convert

RGB 98 5 97 -
CMYK 0 0.95 0.01 0.62
HSL 300.65º 0.9% 0.2% -
HSV(B) 300.65º 0.95% 0.38% -
XYZ 7.25 3.57 11.62 -
YUV 43.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 98 5 97 0 0.95 0.01 0.62 300.65 0.9 0.2
Hex 62 5 61 0 5F 1 3E 12D 5A 14
Octal 142 5 141 0 137 1 76 455 132 24
Binary 1100010 101 1100001 0 1011111 1 111110 100101101 1011010 10100

Color Harmonies of #620561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620561

Black with #620561

Text Example


Text Example

White with #620561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620561; }

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

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

background-color css

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

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

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

border-color css

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

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

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