Html Css Color HEX #7031DB Purple Heart

📋 copy color: '#7031DB'

red 112 ◦ green 49 ◦ blue 219

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

Shades of Purple Heart #7031DB

Tints of Purple Heart #7031DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.89%

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

R = 29.47%
G = 12.89%
B = 57.63%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7031DB (or 0x7031DB) is known color: Purple Heart. HEX triplet: 70, 31 and DB. RGB value is (112,49,219). Sum of RGB (Red+Green+Blue) = 112+49+219=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #7031DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7031DB is #8FCE24. Grayscale: #565656. Windows color (decimal): -9424421 or 14365040. OLE color: 14365040.

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

Color convert

RGB 112 49 219 -
CMYK 0.49 0.78 0 0.14
HSL 262.24º 0.7% 0.53% -
HSV(B) 262.24º 0.78% 0.86% -
XYZ 20.57 10.76 68.01 -
YUV 87.22 202.37 145.68 -
System Red Green Blue C M Y K H S L
Decimal 112 49 219 0.49 0.78 0 0.14 262.24 0.7 0.53
Hex 70 31 DB 31 4E 0 E 106 46 35
Octal 160 61 333 61 116 0 16 406 106 65
Binary 1110000 110001 11011011 110001 1001110 0 1110 100000110 1000110 110101

Color Harmonies of #7031DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7031DB

Black with #7031DB

Text Example


Text Example

White with #7031DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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