Html Css Color HEX #611AA3 Purple Heart

📋 copy color: '#611AA3'

red 97 ◦ green 26 ◦ blue 163

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

Shades of Purple Heart #611AA3

Tints of Purple Heart #611AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 56.99%

R = 33.92%
G = 9.09%
B = 56.99%

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

#611AA3 (or 0x611AA3) is known color: Purple Heart. HEX triplet: 61, 1A and A3. RGB value is (97,26,163). Sum of RGB (Red+Green+Blue) = 97+26+163=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 163 (64.06% from 255 or 56.99% from 286); Max value from RGB is 163 - color contains mainly: blue. Hex color #611AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611AA3 is #9EE55C. Grayscale: #3E3E3E. Windows color (decimal): -10413405 or 10689121. OLE color: 10689121.

HSL color Cylindrical-coordinate representation of color #611AA3: hue angle of 271.09º 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 #611AA3 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 26 163 -
CMYK 0.40 0.84 0 0.36
HSL 271.09º 0.72% 0.37% -
HSV(B) 271.09º 0.84% 0.64% -
XYZ 11.91 5.92 35.17 -
YUV 62.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 97 26 163 0.40 0.84 0 0.36 271.09 0.72 0.37
Hex 61 1A A3 28 54 0 24 10F 48 25
Octal 141 32 243 50 124 0 44 417 110 45
Binary 1100001 11010 10100011 101000 1010100 0 100100 100001111 1001000 100101

Color Harmonies of #611AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611AA3

Black with #611AA3

Text Example


Text Example

White with #611AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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