Html Css Color HEX #611F53 Palatinate Purple

📋 copy color: '#611F53'

red 97 ◦ green 31 ◦ blue 83

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

Shades of Palatinate Purple #611F53

Tints of Palatinate Purple #611F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.69%

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

R = 45.97%
G = 14.69%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#611F53 (or 0x611F53) is known color: Palatinate Purple. HEX triplet: 61, 1F and 53. RGB value is (97,31,83). Sum of RGB (Red+Green+Blue) = 97+31+83=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #611F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F53 is #9EE0AC. Grayscale: #383838. Windows color (decimal): -10412205 or 5447521. OLE color: 5447521.

HSL color Cylindrical-coordinate representation of color #611F53: hue angle of 312.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F53 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 31 83 -
CMYK 0 0.68 0.14 0.62
HSL 312.73º 0.52% 0.25% -
HSV(B) 312.73º 0.68% 0.38% -
XYZ 6.98 4.15 8.62 -
YUV 56.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 97 31 83 0 0.68 0.14 0.62 312.73 0.52 0.25
Hex 61 1F 53 0 44 E 3E 139 34 19
Octal 141 37 123 0 104 16 76 471 64 31
Binary 1100001 11111 1010011 0 1000100 1110 111110 100111001 110100 11001

Color Harmonies of #611F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F53

Black with #611F53

Text Example


Text Example

White with #611F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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