Html Css Color HEX #7029BA Purple Heart

📋 copy color: '#7029BA'

red 112 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #7029BA

Tints of Purple Heart #7029BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 33.04%
G = 12.09%
B = 54.87%

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

#7029BA (or 0x7029BA) is known color: Purple Heart. HEX triplet: 70, 29 and BA. RGB value is (112,41,186). Sum of RGB (Red+Green+Blue) = 112+41+186=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #7029BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029BA is #8FD645. Grayscale: #4E4E4E. Windows color (decimal): -9426502 or 12200304. OLE color: 12200304.

HSL color Cylindrical-coordinate representation of color #7029BA: hue angle of 269.38º 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 #7029BA is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 41 186 -
CMYK 0.40 0.78 0 0.27
HSL 269.38º 0.64% 0.45% -
HSV(B) 269.38º 0.78% 0.73% -
XYZ 16.34 8.58 47.25 -
YUV 78.76 188.52 151.71 -
System Red Green Blue C M Y K H S L
Decimal 112 41 186 0.40 0.78 0 0.27 269.38 0.64 0.45
Hex 70 29 BA 28 4E 0 1B 10D 40 2D
Octal 160 51 272 50 116 0 33 415 100 55
Binary 1110000 101001 10111010 101000 1001110 0 11011 100001101 1000000 101101

Color Harmonies of #7029BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029BA

Black with #7029BA

Text Example


Text Example

White with #7029BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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