Html Css Color HEX #7011BC Purple Heart

📋 copy color: '#7011BC'

red 112 ◦ green 17 ◦ blue 188

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

Shades of Purple Heart #7011BC

Tints of Purple Heart #7011BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 35.33%
G = 5.36%
B = 59.31%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7011BC (or 0x7011BC) is known color: Purple Heart. HEX triplet: 70, 11 and BC. RGB value is (112,17,188). Sum of RGB (Red+Green+Blue) = 112+17+188=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #7011BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7011BC is #8FEE43. Grayscale: #404040. Windows color (decimal): -9432644 or 12325232. OLE color: 12325232.

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

Color convert

RGB 112 17 188 -
CMYK 0.40 0.91 0 0.26
HSL 273.33º 0.83% 0.4% -
HSV(B) 273.33º 0.91% 0.74% -
XYZ 15.96 7.48 48.18 -
YUV 64.9 197.47 161.6 -
System Red Green Blue C M Y K H S L
Decimal 112 17 188 0.40 0.91 0 0.26 273.33 0.83 0.4
Hex 70 11 BC 28 5B 0 1A 111 53 28
Octal 160 21 274 50 133 0 32 421 123 50
Binary 1110000 10001 10111100 101000 1011011 0 11010 100010001 1010011 101000

Color Harmonies of #7011BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7011BC

Black with #7011BC

Text Example


Text Example

White with #7011BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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