Html Css Color HEX #611AA2 Purple Heart

📋 copy color: '#611AA2'

red 97 ◦ green 26 ◦ blue 162

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

Shades of Purple Heart #611AA2

Tints of Purple Heart #611AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 56.84%

R = 34.04%
G = 9.12%
B = 56.84%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#611AA2 (or 0x611AA2) is known color: Purple Heart. HEX triplet: 61, 1A and A2. RGB value is (97,26,162). Sum of RGB (Red+Green+Blue) = 97+26+162=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #611AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611AA2 is #9EE55D. Grayscale: #3E3E3E. Windows color (decimal): -10413406 or 10623585. OLE color: 10623585.

HSL color Cylindrical-coordinate representation of color #611AA2: hue angle of 271.32º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611AA2 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 26 162 -
CMYK 0.40 0.84 0 0.36
HSL 271.32º 0.72% 0.37% -
HSV(B) 271.32º 0.84% 0.64% -
XYZ 11.82 5.89 34.7 -
YUV 62.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 97 26 162 0.40 0.84 0 0.36 271.32 0.72 0.37
Hex 61 1A A2 28 54 0 24 10F 48 25
Octal 141 32 242 50 124 0 44 417 110 45
Binary 1100001 11010 10100010 101000 1010100 0 100100 100001111 1001000 100101

Color Harmonies of #611AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611AA2

Black with #611AA2

Text Example


Text Example

White with #611AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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