Html Css Color HEX #611754 Palatinate Purple

📋 copy color: '#611754'

red 97 ◦ green 23 ◦ blue 84

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

Shades of Palatinate Purple #611754

Tints of Palatinate Purple #611754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

 BLUE value IS 84 (33.2% from 255) = 41.18%

R = 47.55%
G = 11.27%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#611754 (or 0x611754) is known color: Palatinate Purple. HEX triplet: 61, 17 and 54. RGB value is (97,23,84). Sum of RGB (Red+Green+Blue) = 97+23+84=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #611754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611754 is #9EE8AB. Grayscale: #333333. Windows color (decimal): -10414252 or 5511009. OLE color: 5511009.

HSL color Cylindrical-coordinate representation of color #611754: hue angle of 310.54º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611754 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 23 84 -
CMYK 0 0.76 0.13 0.62
HSL 310.54º 0.62% 0.24% -
HSV(B) 310.54º 0.76% 0.38% -
XYZ 6.84 3.79 8.76 -
YUV 52.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 97 23 84 0 0.76 0.13 0.62 310.54 0.62 0.24
Hex 61 17 54 0 4C D 3E 137 3E 18
Octal 141 27 124 0 114 15 76 467 76 30
Binary 1100001 10111 1010100 0 1001100 1101 111110 100110111 111110 11000

Color Harmonies of #611754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611754

Black with #611754

Text Example


Text Example

White with #611754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611754; }

 p { color: rgb(97,23,84); }

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

background-color css

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

 a { background-color: rgb(97,23,84); }

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

border-color css

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

 span { border-color: rgb(97,23,84); }

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