Html Css Color HEX #7011BA Purple Heart

📋 copy color: '#7011BA'

red 112 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #7011BA

Tints of Purple Heart #7011BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 35.56%
G = 5.4%
B = 59.05%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7011BA (or 0x7011BA) is known color: Purple Heart. HEX triplet: 70, 11 and BA. RGB value is (112,17,186). Sum of RGB (Red+Green+Blue) = 112+17+186=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #7011BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7011BA is #8FEE45. Grayscale: #404040. Windows color (decimal): -9432646 or 12194160. OLE color: 12194160.

HSL color Cylindrical-coordinate representation of color #7011BA: hue angle of 273.73º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7011BA is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 17 186 -
CMYK 0.40 0.91 0 0.27
HSL 273.73º 0.83% 0.4% -
HSV(B) 273.73º 0.91% 0.73% -
XYZ 15.75 7.39 47.05 -
YUV 64.67 196.47 161.76 -
System Red Green Blue C M Y K H S L
Decimal 112 17 186 0.40 0.91 0 0.27 273.73 0.83 0.4
Hex 70 11 BA 28 5B 0 1B 112 53 28
Octal 160 21 272 50 133 0 33 422 123 50
Binary 1110000 10001 10111010 101000 1011011 0 11011 100010010 1010011 101000

Color Harmonies of #7011BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7011BA

Black with #7011BA

Text Example


Text Example

White with #7011BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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