Html Css Color HEX #7112BA Purple Heart

📋 copy color: '#7112BA'

red 113 ◦ green 18 ◦ blue 186

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

Shades of Purple Heart #7112BA

Tints of Purple Heart #7112BA

RGB

 RED value IS 113 (44.53% from 255) = 35.65%

 GREEN value IS 18 (7.42% from 255) = 5.68%

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

R = 35.65%
G = 5.68%
B = 58.68%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7112BA (or 0x7112BA) is known color: Purple Heart. HEX triplet: 71, 12 and BA. RGB value is (113,18,186). Sum of RGB (Red+Green+Blue) = 113+18+186=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #7112BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112BA is #8EED45. Grayscale: #404040. Windows color (decimal): -9366854 or 12194417. OLE color: 12194417.

HSL color Cylindrical-coordinate representation of color #7112BA: hue angle of 273.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7112BA is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 18 186 -
CMYK 0.39 0.90 0 0.27
HSL 273.93º 0.82% 0.4% -
HSV(B) 273.93º 0.9% 0.73% -
XYZ 15.89 7.49 47.06 -
YUV 65.56 195.97 161.84 -
System Red Green Blue C M Y K H S L
Decimal 113 18 186 0.39 0.90 0 0.27 273.93 0.82 0.4
Hex 71 12 BA 27 5A 0 1B 112 52 28
Octal 161 22 272 47 132 0 33 422 122 50
Binary 1110001 10010 10111010 100111 1011010 0 11011 100010010 1010010 101000

Color Harmonies of #7112BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112BA

Black with #7112BA

Text Example


Text Example

White with #7112BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,18,186); }

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

background-color css

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

 a { background-color: rgb(113,18,186); }

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

border-color css

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

 span { border-color: rgb(113,18,186); }

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