Html Css Color HEX #7112BF Purple Heart

📋 copy color: '#7112BF'

red 113 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #7112BF

Tints of Purple Heart #7112BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.32%

R = 35.09%
G = 5.59%
B = 59.32%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7112BF (or 0x7112BF) is known color: Purple Heart. HEX triplet: 71, 12 and BF. RGB value is (113,18,191). Sum of RGB (Red+Green+Blue) = 113+18+191=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #7112BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112BF is #8EED40. Grayscale: #414141. Windows color (decimal): -9366849 or 12522097. OLE color: 12522097.

HSL color Cylindrical-coordinate representation of color #7112BF: hue angle of 272.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7112BF is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 18 191 -
CMYK 0.41 0.91 0 0.25
HSL 272.95º 0.83% 0.41% -
HSV(B) 272.95º 0.91% 0.75% -
XYZ 16.43 7.7 49.91 -
YUV 66.13 198.47 161.43 -
System Red Green Blue C M Y K H S L
Decimal 113 18 191 0.41 0.91 0 0.25 272.95 0.83 0.41
Hex 71 12 BF 29 5B 0 19 111 53 29
Octal 161 22 277 51 133 0 31 421 123 51
Binary 1110001 10010 10111111 101001 1011011 0 11001 100010001 1010011 101001

Color Harmonies of #7112BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112BF

Black with #7112BF

Text Example


Text Example

White with #7112BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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