Html Css Color HEX #611C56 Palatinate Purple

📋 copy color: '#611C56'

red 97 ◦ green 28 ◦ blue 86

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

Shades of Palatinate Purple #611C56

Tints of Palatinate Purple #611C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.76%

R = 45.97%
G = 13.27%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#611C56 (or 0x611C56) is known color: Palatinate Purple. HEX triplet: 61, 1C and 56. RGB value is (97,28,86). Sum of RGB (Red+Green+Blue) = 97+28+86=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #611C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C56 is #9EE3A9. Grayscale: #373737. Windows color (decimal): -10412970 or 5643361. OLE color: 5643361.

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

Color convert

RGB 97 28 86 -
CMYK 0 0.71 0.11 0.62
HSL 309.57º 0.55% 0.25% -
HSV(B) 309.57º 0.71% 0.38% -
XYZ 7.02 4.04 9.21 -
YUV 55.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 97 28 86 0 0.71 0.11 0.62 309.57 0.55 0.25
Hex 61 1C 56 0 47 B 3E 136 37 19
Octal 141 34 126 0 107 13 76 466 67 31
Binary 1100001 11100 1010110 0 1000111 1011 111110 100110110 110111 11001

Color Harmonies of #611C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C56

Black with #611C56

Text Example


Text Example

White with #611C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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