Html Css Color HEX #7039BA Purple Heart

📋 copy color: '#7039BA'

red 112 ◦ green 57 ◦ blue 186

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

Shades of Purple Heart #7039BA

Tints of Purple Heart #7039BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 31.55%
G = 16.06%
B = 52.39%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7039BA (or 0x7039BA) is known color: Purple Heart. HEX triplet: 70, 39 and BA. RGB value is (112,57,186). Sum of RGB (Red+Green+Blue) = 112+57+186=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #7039BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039BA is #8FC645. Grayscale: #575757. Windows color (decimal): -9422406 or 12204400. OLE color: 12204400.

HSL color Cylindrical-coordinate representation of color #7039BA: hue angle of 265.58º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7039BA is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 57 186 -
CMYK 0.40 0.69 0 0.27
HSL 265.58º 0.53% 0.48% -
HSV(B) 265.58º 0.69% 0.73% -
XYZ 17.01 9.92 47.47 -
YUV 88.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 112 57 186 0.40 0.69 0 0.27 265.58 0.53 0.48
Hex 70 39 BA 28 45 0 1B 10A 35 30
Octal 160 71 272 50 105 0 33 412 65 60
Binary 1110000 111001 10111010 101000 1000101 0 11011 100001010 110101 110000

Color Harmonies of #7039BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7039BA

Black with #7039BA

Text Example


Text Example

White with #7039BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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