Html Css Color HEX #7110BA Purple Heart

📋 copy color: '#7110BA'

red 113 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #7110BA

Tints of Purple Heart #7110BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.08%

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

R = 35.87%
G = 5.08%
B = 59.05%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7110BA (or 0x7110BA) is known color: Purple Heart. HEX triplet: 71, 10 and BA. RGB value is (113,16,186). Sum of RGB (Red+Green+Blue) = 113+16+186=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 16 (6.64% from 255 or 5.08% 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 #7110BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7110BA is #8EEF45. Grayscale: #3F3F3F. Windows color (decimal): -9367366 or 12193905. OLE color: 12193905.

HSL color Cylindrical-coordinate representation of color #7110BA: hue angle of 274.24º degrees, saturation: 0.84, 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 #7110BA is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 16 186 -
CMYK 0.39 0.91 0 0.27
HSL 274.24º 0.84% 0.4% -
HSV(B) 274.24º 0.91% 0.73% -
XYZ 15.86 7.43 47.05 -
YUV 64.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 113 16 186 0.39 0.91 0 0.27 274.24 0.84 0.4
Hex 71 10 BA 27 5B 0 1B 112 54 28
Octal 161 20 272 47 133 0 33 422 124 50
Binary 1110001 10000 10111010 100111 1011011 0 11011 100010010 1010100 101000

Color Harmonies of #7110BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7110BA

Black with #7110BA

Text Example


Text Example

White with #7110BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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