Html Css Color HEX #611C50 Palatinate Purple

📋 copy color: '#611C50'

red 97 ◦ green 28 ◦ blue 80

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

Shades of Palatinate Purple #611C50

Tints of Palatinate Purple #611C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 47.32%
G = 13.66%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#611C50 (or 0x611C50) is known color: Palatinate Purple. HEX triplet: 61, 1C and 50. RGB value is (97,28,80). Sum of RGB (Red+Green+Blue) = 97+28+80=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C50 is #9EE3AF. Grayscale: #363636. Windows color (decimal): -10412976 or 5250145. OLE color: 5250145.

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

Color convert

RGB 97 28 80 -
CMYK 0 0.71 0.18 0.62
HSL 314.78º 0.55% 0.25% -
HSV(B) 314.78º 0.71% 0.38% -
XYZ 6.79 3.95 7.99 -
YUV 54.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 97 28 80 0 0.71 0.18 0.62 314.78 0.55 0.25
Hex 61 1C 50 0 47 12 3E 13B 37 19
Octal 141 34 120 0 107 22 76 473 67 31
Binary 1100001 11100 1010000 0 1000111 10010 111110 100111011 110111 11001

Color Harmonies of #611C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C50

Black with #611C50

Text Example


Text Example

White with #611C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,28,80); }

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

background-color css

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

 a { background-color: rgb(97,28,80); }

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

border-color css

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

 span { border-color: rgb(97,28,80); }

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