Html Css Color HEX #7029BB Purple Heart

📋 copy color: '#7029BB'

red 112 ◦ green 41 ◦ blue 187

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

Shades of Purple Heart #7029BB

Tints of Purple Heart #7029BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.06%

 BLUE value IS 187 (73.44% from 255) = 55%

R = 32.94%
G = 12.06%
B = 55%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7029BB (or 0x7029BB) is known color: Purple Heart. HEX triplet: 70, 29 and BB. RGB value is (112,41,187). Sum of RGB (Red+Green+Blue) = 112+41+187=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #7029BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029BB is #8FD644. Grayscale: #4E4E4E. Windows color (decimal): -9426501 or 12265840. OLE color: 12265840.

HSL color Cylindrical-coordinate representation of color #7029BB: hue angle of 269.18º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7029BB is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 41 187 -
CMYK 0.40 0.78 0 0.27
HSL 269.18º 0.64% 0.45% -
HSV(B) 269.18º 0.78% 0.73% -
XYZ 16.44 8.62 47.81 -
YUV 78.87 189.02 151.63 -
System Red Green Blue C M Y K H S L
Decimal 112 41 187 0.40 0.78 0 0.27 269.18 0.64 0.45
Hex 70 29 BB 28 4E 0 1B 10D 40 2D
Octal 160 51 273 50 116 0 33 415 100 55
Binary 1110000 101001 10111011 101000 1001110 0 11011 100001101 1000000 101101

Color Harmonies of #7029BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029BB

Black with #7029BB

Text Example


Text Example

White with #7029BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7029BB; }

 p { color: rgb(112,41,187); }

 H1.HeaderClassName
 {
   color: #7029BB;
 }
 .AnyTagClassName
 {
   color: #7029BB;
 }
</style>

background-color css

<style>
 a { background-color: #7029BB; }

 a { background-color: rgb(112,41,187); }

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

border-color css

<style>
 span { border-color: #7029BB; }

 span { border-color: rgb(112,41,187); }

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