Html Css Color HEX #611AAB Purple Heart

📋 copy color: '#611AAB'

red 97 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #611AAB

Tints of Purple Heart #611AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

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

R = 32.99%
G = 8.84%
B = 58.16%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#611AAB (or 0x611AAB) is known color: Purple Heart. HEX triplet: 61, 1A and AB. RGB value is (97,26,171). Sum of RGB (Red+Green+Blue) = 97+26+171=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #611AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611AAB is #9EE554. Grayscale: #3F3F3F. Windows color (decimal): -10413397 or 11213409. OLE color: 11213409.

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

Color convert

RGB 97 26 171 -
CMYK 0.43 0.85 0 0.33
HSL 269.38º 0.74% 0.39% -
HSV(B) 269.38º 0.85% 0.67% -
XYZ 12.65 6.22 39.06 -
YUV 63.76 188.52 151.71 -
System Red Green Blue C M Y K H S L
Decimal 97 26 171 0.43 0.85 0 0.33 269.38 0.74 0.39
Hex 61 1A AB 2B 55 0 21 10D 4A 27
Octal 141 32 253 53 125 0 41 415 112 47
Binary 1100001 11010 10101011 101011 1010101 0 100001 100001101 1001010 100111

Color Harmonies of #611AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611AAB

Black with #611AAB

Text Example


Text Example

White with #611AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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