Html Css Color HEX #7037DB Purple Heart

📋 copy color: '#7037DB'

red 112 ◦ green 55 ◦ blue 219

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

Shades of Purple Heart #7037DB

Tints of Purple Heart #7037DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.25%

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

R = 29.02%
G = 14.25%
B = 56.74%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7037DB (or 0x7037DB) is known color: Purple Heart. HEX triplet: 70, 37 and DB. RGB value is (112,55,219). Sum of RGB (Red+Green+Blue) = 112+55+219=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #7037DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7037DB is #8FC824. Grayscale: #5A5A5A. Windows color (decimal): -9422885 or 14366576. OLE color: 14366576.

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

Color convert

RGB 112 55 219 -
CMYK 0.49 0.75 0 0.14
HSL 260.85º 0.69% 0.54% -
HSV(B) 260.85º 0.75% 0.86% -
XYZ 20.83 11.29 68.1 -
YUV 90.74 200.38 143.16 -
System Red Green Blue C M Y K H S L
Decimal 112 55 219 0.49 0.75 0 0.14 260.85 0.69 0.54
Hex 70 37 DB 31 4B 0 E 105 45 36
Octal 160 67 333 61 113 0 16 405 105 66
Binary 1110000 110111 11011011 110001 1001011 0 1110 100000101 1000101 110110

Color Harmonies of #7037DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7037DB

Black with #7037DB

Text Example


Text Example

White with #7037DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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