Html Css Color HEX #611F5B Palatinate Purple

📋 copy color: '#611F5B'

red 97 ◦ green 31 ◦ blue 91

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

Shades of Palatinate Purple #611F5B

Tints of Palatinate Purple #611F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.55%

R = 44.29%
G = 14.16%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#611F5B (or 0x611F5B) is known color: Palatinate Purple. HEX triplet: 61, 1F and 5B. RGB value is (97,31,91). Sum of RGB (Red+Green+Blue) = 97+31+91=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #611F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F5B is #9EE0A4. Grayscale: #393939. Windows color (decimal): -10412197 or 5971809. OLE color: 5971809.

HSL color Cylindrical-coordinate representation of color #611F5B: hue angle of 305.45º 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 #611F5B is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 31 91 -
CMYK 0 0.68 0.06 0.62
HSL 305.45º 0.52% 0.25% -
HSV(B) 305.45º 0.68% 0.38% -
XYZ 7.31 4.28 10.34 -
YUV 57.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 97 31 91 0 0.68 0.06 0.62 305.45 0.52 0.25
Hex 61 1F 5B 0 44 6 3E 131 34 19
Octal 141 37 133 0 104 6 76 461 64 31
Binary 1100001 11111 1011011 0 1000100 110 111110 100110001 110100 11001

Color Harmonies of #611F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F5B

Black with #611F5B

Text Example


Text Example

White with #611F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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