Html Css Color HEX #7110BD Purple Heart

📋 copy color: '#7110BD'

red 113 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #7110BD

Tints of Purple Heart #7110BD

RGB

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

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

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

R = 35.53%
G = 5.03%
B = 59.43%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7110BD (or 0x7110BD) is known color: Purple Heart. HEX triplet: 71, 10 and BD. RGB value is (113,16,189). Sum of RGB (Red+Green+Blue) = 113+16+189=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #7110BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7110BD is #8EEF42. Grayscale: #404040. Windows color (decimal): -9367363 or 12390513. OLE color: 12390513.

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

Color convert

RGB 113 16 189 -
CMYK 0.40 0.92 0 0.26
HSL 273.64º 0.84% 0.4% -
HSV(B) 273.64º 0.92% 0.74% -
XYZ 16.18 7.56 48.75 -
YUV 64.73 198.14 162.43 -
System Red Green Blue C M Y K H S L
Decimal 113 16 189 0.40 0.92 0 0.26 273.64 0.84 0.4
Hex 71 10 BD 28 5C 0 1A 112 54 28
Octal 161 20 275 50 134 0 32 422 124 50
Binary 1110001 10000 10111101 101000 1011100 0 11010 100010010 1010100 101000

Color Harmonies of #7110BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7110BD

Black with #7110BD

Text Example


Text Example

White with #7110BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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