Html Css Color HEX #611D4F Palatinate Purple

📋 copy color: '#611D4F'

red 97 ◦ green 29 ◦ blue 79

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

Shades of Palatinate Purple #611D4F

Tints of Palatinate Purple #611D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.15%

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 47.32%
G = 14.15%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#611D4F (or 0x611D4F) is known color: Palatinate Purple. HEX triplet: 61, 1D and 4F. RGB value is (97,29,79). Sum of RGB (Red+Green+Blue) = 97+29+79=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D4F is #9EE2B0. Grayscale: #363636. Windows color (decimal): -10412721 or 5184865. OLE color: 5184865.

HSL color Cylindrical-coordinate representation of color #611D4F: hue angle of 315.88º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D4F is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 29 79 -
CMYK 0 0.70 0.19 0.62
HSL 315.88º 0.54% 0.25% -
HSV(B) 315.88º 0.7% 0.38% -
XYZ 6.78 3.98 7.81 -
YUV 55.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 97 29 79 0 0.70 0.19 0.62 315.88 0.54 0.25
Hex 61 1D 4F 0 46 13 3E 13C 36 19
Octal 141 35 117 0 106 23 76 474 66 31
Binary 1100001 11101 1001111 0 1000110 10011 111110 100111100 110110 11001

Color Harmonies of #611D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D4F

Black with #611D4F

Text Example


Text Example

White with #611D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,29,79); }

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

background-color css

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

 a { background-color: rgb(97,29,79); }

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

border-color css

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

 span { border-color: rgb(97,29,79); }

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