Html Css Color HEX #611EAC Purple Heart

📋 copy color: '#611EAC'

red 97 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #611EAC

Tints of Purple Heart #611EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 32.44%
G = 10.03%
B = 57.53%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#611EAC (or 0x611EAC) is known color: Purple Heart. HEX triplet: 61, 1E and AC. RGB value is (97,30,172). Sum of RGB (Red+Green+Blue) = 97+30+172=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #611EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611EAC is #9EE153. Grayscale: #414141. Windows color (decimal): -10412372 or 11279969. OLE color: 11279969.

HSL color Cylindrical-coordinate representation of color #611EAC: hue angle of 268.31º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611EAC is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 30 172 -
CMYK 0.44 0.83 0 0.33
HSL 268.31º 0.7% 0.4% -
HSV(B) 268.31º 0.83% 0.67% -
XYZ 12.84 6.45 39.6 -
YUV 66.22 187.7 149.95 -
System Red Green Blue C M Y K H S L
Decimal 97 30 172 0.44 0.83 0 0.33 268.31 0.7 0.4
Hex 61 1E AC 2C 53 0 21 10C 46 28
Octal 141 36 254 54 123 0 41 414 106 50
Binary 1100001 11110 10101100 101100 1010011 0 100001 100001100 1000110 101000

Color Harmonies of #611EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611EAC

Black with #611EAC

Text Example


Text Example

White with #611EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,30,172); }

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

background-color css

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

 a { background-color: rgb(97,30,172); }

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

border-color css

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

 span { border-color: rgb(97,30,172); }

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