Html Css Color HEX #611BA6 Purple Heart

📋 copy color: '#611BA6'

red 97 ◦ green 27 ◦ blue 166

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

Shades of Purple Heart #611BA6

Tints of Purple Heart #611BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 57.24%

R = 33.45%
G = 9.31%
B = 57.24%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#611BA6 (or 0x611BA6) is known color: Purple Heart. HEX triplet: 61, 1B and A6. RGB value is (97,27,166). Sum of RGB (Red+Green+Blue) = 97+27+166=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 166 (65.23% from 255 or 57.24% from 290); Max value from RGB is 166 - color contains mainly: blue. Hex color #611BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611BA6 is #9EE459. Grayscale: #3F3F3F. Windows color (decimal): -10413146 or 10885985. OLE color: 10885985.

HSL color Cylindrical-coordinate representation of color #611BA6: hue angle of 270.22º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611BA6 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 27 166 -
CMYK 0.42 0.84 0 0.35
HSL 270.22º 0.72% 0.38% -
HSV(B) 270.22º 0.84% 0.65% -
XYZ 12.2 6.08 36.61 -
YUV 63.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 97 27 166 0.42 0.84 0 0.35 270.22 0.72 0.38
Hex 61 1B A6 2A 54 0 23 10E 48 26
Octal 141 33 246 52 124 0 43 416 110 46
Binary 1100001 11011 10100110 101010 1010100 0 100011 100001110 1001000 100110

Color Harmonies of #611BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611BA6

Black with #611BA6

Text Example


Text Example

White with #611BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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