Html Css Color HEX #7039DB Purple Heart

📋 copy color: '#7039DB'

red 112 ◦ green 57 ◦ blue 219

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

Shades of Purple Heart #7039DB

Tints of Purple Heart #7039DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 28.87%
G = 14.69%
B = 56.44%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7039DB (or 0x7039DB) is known color: Purple Heart. HEX triplet: 70, 39 and DB. RGB value is (112,57,219). Sum of RGB (Red+Green+Blue) = 112+57+219=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #7039DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039DB is #8FC624. Grayscale: #5B5B5B. Windows color (decimal): -9422373 or 14367088. OLE color: 14367088.

HSL color Cylindrical-coordinate representation of color #7039DB: hue angle of 260.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7039DB is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 57 219 -
CMYK 0.49 0.74 0 0.14
HSL 260.37º 0.69% 0.54% -
HSV(B) 260.37º 0.74% 0.86% -
XYZ 20.93 11.49 68.13 -
YUV 91.91 199.72 142.33 -
System Red Green Blue C M Y K H S L
Decimal 112 57 219 0.49 0.74 0 0.14 260.37 0.69 0.54
Hex 70 39 DB 31 4A 0 E 104 45 36
Octal 160 71 333 61 112 0 16 404 105 66
Binary 1110000 111001 11011011 110001 1001010 0 1110 100000100 1000101 110110

Color Harmonies of #7039DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7039DB

Black with #7039DB

Text Example


Text Example

White with #7039DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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