Html Css Color HEX #611B53 Palatinate Purple

📋 copy color: '#611B53'

red 97 ◦ green 27 ◦ blue 83

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

Shades of Palatinate Purple #611B53

Tints of Palatinate Purple #611B53

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.04%

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

R = 46.86%
G = 13.04%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#611B53 (or 0x611B53) is known color: Palatinate Purple. HEX triplet: 61, 1B and 53. RGB value is (97,27,83). Sum of RGB (Red+Green+Blue) = 97+27+83=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #611B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B53 is #9EE4AC. Grayscale: #363636. Windows color (decimal): -10413229 or 5446497. OLE color: 5446497.

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

Color convert

RGB 97 27 83 -
CMYK 0 0.72 0.14 0.62
HSL 312º 0.56% 0.24% -
HSV(B) 312º 0.72% 0.38% -
XYZ 6.88 3.95 8.58 -
YUV 54.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 97 27 83 0 0.72 0.14 0.62 312 0.56 0.24
Hex 61 1B 53 0 48 E 3E 138 38 18
Octal 141 33 123 0 110 16 76 470 70 30
Binary 1100001 11011 1010011 0 1001000 1110 111110 100111000 111000 11000

Color Harmonies of #611B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B53

Black with #611B53

Text Example


Text Example

White with #611B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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