Html Css Color HEX #7011A4 Purple Heart

📋 copy color: '#7011A4'

red 112 ◦ green 17 ◦ blue 164

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

Shades of Purple Heart #7011A4

Tints of Purple Heart #7011A4

RGB

 RED value IS 112 (44.14% from 255) = 38.23%

 GREEN value IS 17 (7.03% from 255) = 5.8%

 BLUE value IS 164 (64.45% from 255) = 55.97%

R = 38.23%
G = 5.8%
B = 55.97%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7011A4 (or 0x7011A4) is known color: Purple Heart. HEX triplet: 70, 11 and A4. RGB value is (112,17,164). Sum of RGB (Red+Green+Blue) = 112+17+164=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #7011A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7011A4 is #8FEE5B. Grayscale: #3D3D3D. Windows color (decimal): -9432668 or 10752368. OLE color: 10752368.

HSL color Cylindrical-coordinate representation of color #7011A4: hue angle of 278.78º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7011A4 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 17 164 -
CMYK 0.32 0.90 0 0.36
HSL 278.78º 0.81% 0.35% -
HSV(B) 278.78º 0.9% 0.64% -
XYZ 13.58 6.53 35.67 -
YUV 62.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 112 17 164 0.32 0.90 0 0.36 278.78 0.81 0.35
Hex 70 11 A4 20 5A 0 24 117 51 23
Octal 160 21 244 40 132 0 44 427 121 43
Binary 1110000 10001 10100100 100000 1011010 0 100100 100010111 1010001 100011

Color Harmonies of #7011A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7011A4

Black with #7011A4

Text Example


Text Example

White with #7011A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7011A4; }

 p { color: rgb(112,17,164); }

 H1.HeaderClassName
 {
   color: #7011A4;
 }
 .AnyTagClassName
 {
   color: #7011A4;
 }
</style>

background-color css

<style>
 a { background-color: #7011A4; }

 a { background-color: rgb(112,17,164); }

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

border-color css

<style>
 span { border-color: #7011A4; }

 span { border-color: rgb(112,17,164); }

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