Html Css Color HEX #610559 Palatinate Purple

📋 copy color: '#610559'

red 97 ◦ green 5 ◦ blue 89

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

Shades of Palatinate Purple #610559

Tints of Palatinate Purple #610559

RGB

 RED value IS 97 (38.28% from 255) = 50.79%

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

 BLUE value IS 89 (35.16% from 255) = 46.6%

R = 50.79%
G = 2.62%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#610559 (or 0x610559) is known color: Palatinate Purple. HEX triplet: 61, 05 and 59. RGB value is (97,5,89). Sum of RGB (Red+Green+Blue) = 97+5+89=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #610559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610559 is #9EFAA6. Grayscale: #292929. Windows color (decimal): -10418855 or 5834081. OLE color: 5834081.

HSL color Cylindrical-coordinate representation of color #610559: hue angle of 305.22º 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 #610559 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 5 89 -
CMYK 0 0.95 0.08 0.62
HSL 305.22º 0.9% 0.2% -
HSV(B) 305.22º 0.95% 0.38% -
XYZ 6.79 3.37 9.74 -
YUV 42.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 97 5 89 0 0.95 0.08 0.62 305.22 0.9 0.2
Hex 61 5 59 0 5F 8 3E 131 5A 14
Octal 141 5 131 0 137 10 76 461 132 24
Binary 1100001 101 1011001 0 1011111 1000 111110 100110001 1011010 10100

Color Harmonies of #610559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610559

Black with #610559

Text Example


Text Example

White with #610559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610559; }

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

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

background-color css

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

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

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

border-color css

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

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

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