Html Css Color HEX #7129BF Purple Heart

📋 copy color: '#7129BF'

red 113 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #7129BF

Tints of Purple Heart #7129BF

RGB

 RED value IS 113 (44.53% from 255) = 32.75%

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

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

R = 32.75%
G = 11.88%
B = 55.36%

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

#7129BF (or 0x7129BF) is known color: Purple Heart. HEX triplet: 71, 29 and BF. RGB value is (113,41,191). Sum of RGB (Red+Green+Blue) = 113+41+191=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #7129BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7129BF is #8ED640. Grayscale: #4F4F4F. Windows color (decimal): -9360961 or 12527985. OLE color: 12527985.

HSL color Cylindrical-coordinate representation of color #7129BF: hue angle of 268.8º 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 #7129BF is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 41 191 -
CMYK 0.41 0.79 0 0.25
HSL 268.8º 0.65% 0.45% -
HSV(B) 268.8º 0.79% 0.75% -
XYZ 17.01 8.86 50.1 -
YUV 79.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 113 41 191 0.41 0.79 0 0.25 268.8 0.65 0.45
Hex 71 29 BF 29 4F 0 19 10D 41 2D
Octal 161 51 277 51 117 0 31 415 101 55
Binary 1110001 101001 10111111 101001 1001111 0 11001 100001101 1000001 101101

Color Harmonies of #7129BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7129BF

Black with #7129BF

Text Example


Text Example

White with #7129BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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