Html Css Color HEX #610359 Palatinate Purple

📋 copy color: '#610359'

red 97 ◦ green 3 ◦ blue 89

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

Shades of Palatinate Purple #610359

Tints of Palatinate Purple #610359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

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

R = 51.32%
G = 1.59%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#610359 (or 0x610359) is known color: Palatinate Purple. HEX triplet: 61, 03 and 59. RGB value is (97,3,89). Sum of RGB (Red+Green+Blue) = 97+3+89=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #610359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610359 is #9EFCA6. Grayscale: #282828. Windows color (decimal): -10419367 or 5833569. OLE color: 5833569.

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

Color convert

RGB 97 3 89 -
CMYK 0 0.97 0.08 0.62
HSL 305.11º 0.94% 0.2% -
HSV(B) 305.11º 0.97% 0.38% -
XYZ 6.77 3.33 9.74 -
YUV 40.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 97 3 89 0 0.97 0.08 0.62 305.11 0.94 0.2
Hex 61 3 59 0 61 8 3E 131 5E 14
Octal 141 3 131 0 141 10 76 461 136 24
Binary 1100001 11 1011001 0 1100001 1000 111110 100110001 1011110 10100

Color Harmonies of #610359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610359

Black with #610359

Text Example


Text Example

White with #610359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610359; }

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

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

background-color css

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

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

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

border-color css

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

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

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