Html Css Color HEX #7031D2 Purple Heart

📋 copy color: '#7031D2'

red 112 ◦ green 49 ◦ blue 210

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

Shades of Purple Heart #7031D2

Tints of Purple Heart #7031D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.6%

R = 30.19%
G = 13.21%
B = 56.6%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7031D2 (or 0x7031D2) is known color: Purple Heart. HEX triplet: 70, 31 and D2. RGB value is (112,49,210). Sum of RGB (Red+Green+Blue) = 112+49+210=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #7031D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7031D2 is #8FCE2D. Grayscale: #555555. Windows color (decimal): -9424430 or 13775216. OLE color: 13775216.

HSL color Cylindrical-coordinate representation of color #7031D2: hue angle of 263.48º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7031D2 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 49 210 -
CMYK 0.47 0.77 0 0.18
HSL 263.48º 0.64% 0.51% -
HSV(B) 263.48º 0.77% 0.82% -
XYZ 19.41 10.29 61.94 -
YUV 86.19 197.87 146.41 -
System Red Green Blue C M Y K H S L
Decimal 112 49 210 0.47 0.77 0 0.18 263.48 0.64 0.51
Hex 70 31 D2 2F 4D 0 12 107 40 33
Octal 160 61 322 57 115 0 22 407 100 63
Binary 1110000 110001 11010010 101111 1001101 0 10010 100000111 1000000 110011

Color Harmonies of #7031D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7031D2

Black with #7031D2

Text Example


Text Example

White with #7031D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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