Html Css Color HEX #610759 Palatinate Purple

📋 copy color: '#610759'

red 97 ◦ green 7 ◦ blue 89

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

Shades of Palatinate Purple #610759

Tints of Palatinate Purple #610759

RGB

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

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

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

R = 50.26%
G = 3.63%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#610759 (or 0x610759) is known color: Palatinate Purple. HEX triplet: 61, 07 and 59. RGB value is (97,7,89). Sum of RGB (Red+Green+Blue) = 97+7+89=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #610759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610759 is #9EF8A6. Grayscale: #2B2B2B. Windows color (decimal): -10418343 or 5834593. OLE color: 5834593.

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

Color convert

RGB 97 7 89 -
CMYK 0 0.93 0.08 0.62
HSL 305.33º 0.87% 0.2% -
HSV(B) 305.33º 0.93% 0.38% -
XYZ 6.81 3.41 9.75 -
YUV 43.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 97 7 89 0 0.93 0.08 0.62 305.33 0.87 0.2
Hex 61 7 59 0 5D 8 3E 131 57 14
Octal 141 7 131 0 135 10 76 461 127 24
Binary 1100001 111 1011001 0 1011101 1000 111110 100110001 1010111 10100

Color Harmonies of #610759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610759

Black with #610759

Text Example


Text Example

White with #610759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610759; }

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

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

background-color css

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

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

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

border-color css

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

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

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