Html Css Color HEX #7029BF Purple Heart

📋 copy color: '#7029BF'

red 112 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #7029BF

Tints of Purple Heart #7029BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.52%

R = 32.56%
G = 11.92%
B = 55.52%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7029BF (or 0x7029BF) is known color: Purple Heart. HEX triplet: 70, 29 and BF. RGB value is (112,41,191). Sum of RGB (Red+Green+Blue) = 112+41+191=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #7029BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029BF is #8FD640. Grayscale: #4E4E4E. Windows color (decimal): -9426497 or 12527984. OLE color: 12527984.

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

Color convert

RGB 112 41 191 -
CMYK 0.41 0.79 0 0.25
HSL 268.4º 0.65% 0.45% -
HSV(B) 268.4º 0.79% 0.75% -
XYZ 16.88 8.79 50.1 -
YUV 79.33 191.02 151.3 -
System Red Green Blue C M Y K H S L
Decimal 112 41 191 0.41 0.79 0 0.25 268.4 0.65 0.45
Hex 70 29 BF 29 4F 0 19 10C 41 2D
Octal 160 51 277 51 117 0 31 414 101 55
Binary 1110000 101001 10111111 101001 1001111 0 11001 100001100 1000001 101101

Color Harmonies of #7029BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029BF

Black with #7029BF

Text Example


Text Example

White with #7029BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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