Html Css Color HEX #7129BE Purple Heart

📋 copy color: '#7129BE'

red 113 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #7129BE

Tints of Purple Heart #7129BE

RGB

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

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

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

R = 32.85%
G = 11.92%
B = 55.23%

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

#7129BE (or 0x7129BE) is known color: Purple Heart. HEX triplet: 71, 29 and BE. RGB value is (113,41,190). Sum of RGB (Red+Green+Blue) = 113+41+190=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #7129BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7129BE is #8ED641. Grayscale: #4E4E4E. Windows color (decimal): -9360962 or 12462449. OLE color: 12462449.

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

Color convert

RGB 113 41 190 -
CMYK 0.41 0.78 0 0.25
HSL 268.99º 0.65% 0.45% -
HSV(B) 268.99º 0.78% 0.75% -
XYZ 16.9 8.81 49.53 -
YUV 79.51 190.35 151.88 -
System Red Green Blue C M Y K H S L
Decimal 113 41 190 0.41 0.78 0 0.25 268.99 0.65 0.45
Hex 71 29 BE 29 4E 0 19 10D 41 2D
Octal 161 51 276 51 116 0 31 415 101 55
Binary 1110001 101001 10111110 101001 1001110 0 11001 100001101 1000001 101101

Color Harmonies of #7129BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7129BE

Black with #7129BE

Text Example


Text Example

White with #7129BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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