Html Css Color HEX #611753 Palatinate Purple

📋 copy color: '#611753'

red 97 ◦ green 23 ◦ blue 83

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

Shades of Palatinate Purple #611753

Tints of Palatinate Purple #611753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.89%

R = 47.78%
G = 11.33%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#611753 (or 0x611753) is known color: Palatinate Purple. HEX triplet: 61, 17 and 53. RGB value is (97,23,83). Sum of RGB (Red+Green+Blue) = 97+23+83=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #611753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611753 is #9EE8AC. Grayscale: #333333. Windows color (decimal): -10414253 or 5445473. OLE color: 5445473.

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

Color convert

RGB 97 23 83 -
CMYK 0 0.76 0.14 0.62
HSL 311.35º 0.62% 0.24% -
HSV(B) 311.35º 0.76% 0.38% -
XYZ 6.8 3.78 8.55 -
YUV 51.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 97 23 83 0 0.76 0.14 0.62 311.35 0.62 0.24
Hex 61 17 53 0 4C E 3E 137 3E 18
Octal 141 27 123 0 114 16 76 467 76 30
Binary 1100001 10111 1010011 0 1001100 1110 111110 100110111 111110 11000

Color Harmonies of #611753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611753

Black with #611753

Text Example


Text Example

White with #611753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611753; }

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

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

background-color css

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

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

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

border-color css

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

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

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