Html Css Color HEX #611555 Palatinate Purple

📋 copy color: '#611555'

red 97 ◦ green 21 ◦ blue 85

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

Shades of Palatinate Purple #611555

Tints of Palatinate Purple #611555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 47.78%
G = 10.34%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#611555 (or 0x611555) is known color: Palatinate Purple. HEX triplet: 61, 15 and 55. RGB value is (97,21,85). Sum of RGB (Red+Green+Blue) = 97+21+85=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #611555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611555 is #9EEAAA. Grayscale: #323232. Windows color (decimal): -10414763 or 5576033. OLE color: 5576033.

HSL color Cylindrical-coordinate representation of color #611555: hue angle of 309.47º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611555 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 85 -
CMYK 0 0.78 0.12 0.62
HSL 309.47º 0.64% 0.23% -
HSV(B) 309.47º 0.78% 0.38% -
XYZ 6.84 3.73 8.95 -
YUV 51.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 97 21 85 0 0.78 0.12 0.62 309.47 0.64 0.23
Hex 61 15 55 0 4E C 3E 135 40 17
Octal 141 25 125 0 116 14 76 465 100 27
Binary 1100001 10101 1010101 0 1001110 1100 111110 100110101 1000000 10111

Color Harmonies of #611555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611555

Black with #611555

Text Example


Text Example

White with #611555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611555; }

 p { color: rgb(97,21,85); }

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

background-color css

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

 a { background-color: rgb(97,21,85); }

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

border-color css

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

 span { border-color: rgb(97,21,85); }

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