Html Css Color HEX #7031B3 Purple Heart

📋 copy color: '#7031B3'

red 112 ◦ green 49 ◦ blue 179

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

Shades of Purple Heart #7031B3

Tints of Purple Heart #7031B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.65%

R = 32.94%
G = 14.41%
B = 52.65%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7031B3 (or 0x7031B3) is known color: Purple Heart. HEX triplet: 70, 31 and B3. RGB value is (112,49,179). Sum of RGB (Red+Green+Blue) = 112+49+179=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #7031B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7031B3 is #8FCE4C. Grayscale: #525252. Windows color (decimal): -9424461 or 11743600. OLE color: 11743600.

HSL color Cylindrical-coordinate representation of color #7031B3: hue angle of 269.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7031B3 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 49 179 -
CMYK 0.37 0.73 0 0.30
HSL 269.08º 0.57% 0.45% -
HSV(B) 269.08º 0.73% 0.7% -
XYZ 15.92 8.9 43.53 -
YUV 82.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 112 49 179 0.37 0.73 0 0.30 269.08 0.57 0.45
Hex 70 31 B3 25 49 0 1E 10D 39 2D
Octal 160 61 263 45 111 0 36 415 71 55
Binary 1110000 110001 10110011 100101 1001001 0 11110 100001101 111001 101101

Color Harmonies of #7031B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7031B3

Black with #7031B3

Text Example


Text Example

White with #7031B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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