Html Css Color HEX #7047BF Purple Heart

📋 copy color: '#7047BF'

red 112 ◦ green 71 ◦ blue 191

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

Shades of Purple Heart #7047BF

Tints of Purple Heart #7047BF

RGB

 RED value IS 112 (44.14% from 255) = 29.95%

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

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

R = 29.95%
G = 18.98%
B = 51.07%

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

#7047BF (or 0x7047BF) is known color: Purple Heart. HEX triplet: 70, 47 and BF. RGB value is (112,71,191). Sum of RGB (Red+Green+Blue) = 112+71+191=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #7047BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047BF is #8FB840. Grayscale: #606060. Windows color (decimal): -9418817 or 12535664. OLE color: 12535664.

HSL color Cylindrical-coordinate representation of color #7047BF: hue angle of 260.5º 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 #7047BF is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 71 191 -
CMYK 0.41 0.63 0 0.25
HSL 260.5º 0.48% 0.51% -
HSV(B) 260.5º 0.63% 0.75% -
XYZ 18.34 11.71 50.58 -
YUV 96.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 112 71 191 0.41 0.63 0 0.25 260.5 0.48 0.51
Hex 70 47 BF 29 3F 0 19 104 30 33
Octal 160 107 277 51 77 0 31 404 60 63
Binary 1110000 1000111 10111111 101001 111111 0 11001 100000100 110000 110011

Color Harmonies of #7047BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047BF

Black with #7047BF

Text Example


Text Example

White with #7047BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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