Html Css Color HEX #7029BE Purple Heart

📋 copy color: '#7029BE'

red 112 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #7029BE

Tints of Purple Heart #7029BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.39%

R = 32.65%
G = 11.95%
B = 55.39%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7029BE (or 0x7029BE) is known color: Purple Heart. HEX triplet: 70, 29 and BE. RGB value is (112,41,190). Sum of RGB (Red+Green+Blue) = 112+41+190=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #7029BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029BE is #8FD641. Grayscale: #4E4E4E. Windows color (decimal): -9426498 or 12462448. OLE color: 12462448.

HSL color Cylindrical-coordinate representation of color #7029BE: hue angle of 268.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7029BE is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 41 190 -
CMYK 0.41 0.78 0 0.25
HSL 268.59º 0.65% 0.45% -
HSV(B) 268.59º 0.78% 0.75% -
XYZ 16.77 8.75 49.52 -
YUV 79.22 190.52 151.38 -
System Red Green Blue C M Y K H S L
Decimal 112 41 190 0.41 0.78 0 0.25 268.59 0.65 0.45
Hex 70 29 BE 29 4E 0 19 10D 41 2D
Octal 160 51 276 51 116 0 31 415 101 55
Binary 1110000 101001 10111110 101001 1001110 0 11001 100001101 1000001 101101

Color Harmonies of #7029BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029BE

Black with #7029BE

Text Example


Text Example

White with #7029BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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