Html Css Color HEX #7114B7 Purple Heart

📋 copy color: '#7114B7'

red 113 ◦ green 20 ◦ blue 183

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

Shades of Purple Heart #7114B7

Tints of Purple Heart #7114B7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

 BLUE value IS 183 (71.88% from 255) = 57.91%

R = 35.76%
G = 6.33%
B = 57.91%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7114B7 (or 0x7114B7) is known color: Purple Heart. HEX triplet: 71, 14 and B7. RGB value is (113,20,183). Sum of RGB (Red+Green+Blue) = 113+20+183=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 183 (71.88% from 255 or 57.91% from 316); Max value from RGB is 183 - color contains mainly: blue. Hex color #7114B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7114B7 is #8EEB48. Grayscale: #414141. Windows color (decimal): -9366345 or 11998321. OLE color: 11998321.

HSL color Cylindrical-coordinate representation of color #7114B7: hue angle of 274.23º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7114B7 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 20 183 -
CMYK 0.38 0.89 0 0.28
HSL 274.23º 0.8% 0.4% -
HSV(B) 274.23º 0.89% 0.72% -
XYZ 15.61 7.43 45.41 -
YUV 66.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 113 20 183 0.38 0.89 0 0.28 274.23 0.8 0.4
Hex 71 14 B7 26 59 0 1C 112 50 28
Octal 161 24 267 46 131 0 34 422 120 50
Binary 1110001 10100 10110111 100110 1011001 0 11100 100010010 1010000 101000

Color Harmonies of #7114B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7114B7

Black with #7114B7

Text Example


Text Example

White with #7114B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7114B7; }

 p { color: rgb(113,20,183); }

 H1.HeaderClassName
 {
   color: #7114B7;
 }
 .AnyTagClassName
 {
   color: #7114B7;
 }
</style>

background-color css

<style>
 a { background-color: #7114B7; }

 a { background-color: rgb(113,20,183); }

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

border-color css

<style>
 span { border-color: #7114B7; }

 span { border-color: rgb(113,20,183); }

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