Html Css Color HEX #7147BF Purple Heart

📋 copy color: '#7147BF'

red 113 ◦ green 71 ◦ blue 191

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

Shades of Purple Heart #7147BF

Tints of Purple Heart #7147BF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

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

R = 30.13%
G = 18.93%
B = 50.93%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7147BF (or 0x7147BF) is known color: Purple Heart. HEX triplet: 71, 47 and BF. RGB value is (113,71,191). Sum of RGB (Red+Green+Blue) = 113+71+191=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #7147BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7147BF is #8EB840. Grayscale: #606060. Windows color (decimal): -9353281 or 12535665. OLE color: 12535665.

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

Color convert

RGB 113 71 191 -
CMYK 0.41 0.63 0 0.25
HSL 261º 0.48% 0.51% -
HSV(B) 261º 0.63% 0.75% -
XYZ 18.47 11.78 50.59 -
YUV 97.24 180.91 139.24 -
System Red Green Blue C M Y K H S L
Decimal 113 71 191 0.41 0.63 0 0.25 261 0.48 0.51
Hex 71 47 BF 29 3F 0 19 105 30 33
Octal 161 107 277 51 77 0 31 405 60 63
Binary 1110001 1000111 10111111 101001 111111 0 11001 100000101 110000 110011

Color Harmonies of #7147BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7147BF

Black with #7147BF

Text Example


Text Example

White with #7147BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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