Html Css Color HEX #7039BF Purple Heart

📋 copy color: '#7039BF'

red 112 ◦ green 57 ◦ blue 191

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

Shades of Purple Heart #7039BF

Tints of Purple Heart #7039BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.83%

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

R = 31.11%
G = 15.83%
B = 53.06%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7039BF (or 0x7039BF) is known color: Purple Heart. HEX triplet: 70, 39 and BF. RGB value is (112,57,191). Sum of RGB (Red+Green+Blue) = 112+57+191=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #7039BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039BF is #8FC640. Grayscale: #585858. Windows color (decimal): -9422401 or 12532080. OLE color: 12532080.

HSL color Cylindrical-coordinate representation of color #7039BF: hue angle of 264.63º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7039BF is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 57 191 -
CMYK 0.41 0.70 0 0.25
HSL 264.63º 0.54% 0.49% -
HSV(B) 264.63º 0.7% 0.75% -
XYZ 17.55 10.13 50.32 -
YUV 88.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 112 57 191 0.41 0.70 0 0.25 264.63 0.54 0.49
Hex 70 39 BF 29 46 0 19 109 36 31
Octal 160 71 277 51 106 0 31 411 66 61
Binary 1110000 111001 10111111 101001 1000110 0 11001 100001001 110110 110001

Color Harmonies of #7039BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7039BF

Black with #7039BF

Text Example


Text Example

White with #7039BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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