Html Css Color HEX #7112BD Purple Heart

📋 copy color: '#7112BD'

red 113 ◦ green 18 ◦ blue 189

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

Shades of Purple Heart #7112BD

Tints of Purple Heart #7112BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 35.31%
G = 5.63%
B = 59.06%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7112BD (or 0x7112BD) is known color: Purple Heart. HEX triplet: 71, 12 and BD. RGB value is (113,18,189). Sum of RGB (Red+Green+Blue) = 113+18+189=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #7112BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112BD is #8EED42. Grayscale: #414141. Windows color (decimal): -9366851 or 12391025. OLE color: 12391025.

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

Color convert

RGB 113 18 189 -
CMYK 0.40 0.90 0 0.26
HSL 273.33º 0.83% 0.41% -
HSV(B) 273.33º 0.9% 0.74% -
XYZ 16.21 7.62 48.76 -
YUV 65.9 197.47 161.6 -
System Red Green Blue C M Y K H S L
Decimal 113 18 189 0.40 0.90 0 0.26 273.33 0.83 0.41
Hex 71 12 BD 28 5A 0 1A 111 53 29
Octal 161 22 275 50 132 0 32 421 123 51
Binary 1110001 10010 10111101 101000 1011010 0 11010 100010001 1010011 101001

Color Harmonies of #7112BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112BD

Black with #7112BD

Text Example


Text Example

White with #7112BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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