Html Css Color HEX #611BAB Purple Heart

📋 copy color: '#611BAB'

red 97 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #611BAB

Tints of Purple Heart #611BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 32.88%
G = 9.15%
B = 57.97%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#611BAB (or 0x611BAB) is known color: Purple Heart. HEX triplet: 61, 1B and AB. RGB value is (97,27,171). Sum of RGB (Red+Green+Blue) = 97+27+171=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #611BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611BAB is #9EE454. Grayscale: #3F3F3F. Windows color (decimal): -10413141 or 11213665. OLE color: 11213665.

HSL color Cylindrical-coordinate representation of color #611BAB: hue angle of 269.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611BAB is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 27 171 -
CMYK 0.43 0.84 0 0.33
HSL 269.17º 0.73% 0.39% -
HSV(B) 269.17º 0.84% 0.67% -
XYZ 12.67 6.27 39.07 -
YUV 64.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 97 27 171 0.43 0.84 0 0.33 269.17 0.73 0.39
Hex 61 1B AB 2B 54 0 21 10D 49 27
Octal 141 33 253 53 124 0 41 415 111 47
Binary 1100001 11011 10101011 101011 1010100 0 100001 100001101 1001001 100111

Color Harmonies of #611BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611BAB

Black with #611BAB

Text Example


Text Example

White with #611BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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