Html Css Color HEX #7039BB Purple Heart

📋 copy color: '#7039BB'

red 112 ◦ green 57 ◦ blue 187

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

Shades of Purple Heart #7039BB

Tints of Purple Heart #7039BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.53%

R = 31.46%
G = 16.01%
B = 52.53%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7039BB (or 0x7039BB) is known color: Purple Heart. HEX triplet: 70, 39 and BB. RGB value is (112,57,187). Sum of RGB (Red+Green+Blue) = 112+57+187=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #7039BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039BB is #8FC644. Grayscale: #575757. Windows color (decimal): -9422405 or 12269936. OLE color: 12269936.

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

Color convert

RGB 112 57 187 -
CMYK 0.40 0.70 0 0.27
HSL 265.38º 0.53% 0.48% -
HSV(B) 265.38º 0.7% 0.73% -
XYZ 17.11 9.96 48.03 -
YUV 88.27 183.72 144.93 -
System Red Green Blue C M Y K H S L
Decimal 112 57 187 0.40 0.70 0 0.27 265.38 0.53 0.48
Hex 70 39 BB 28 46 0 1B 109 35 30
Octal 160 71 273 50 106 0 33 411 65 60
Binary 1110000 111001 10111011 101000 1000110 0 11011 100001001 110101 110000

Color Harmonies of #7039BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7039BB

Black with #7039BB

Text Example


Text Example

White with #7039BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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