Html Css Color HEX #7929BF Purple Heart

📋 copy color: '#7929BF'

red 121 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #7929BF

Tints of Purple Heart #7929BF

RGB

 RED value IS 121 (47.66% from 255) = 34.28%

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

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

R = 34.28%
G = 11.61%
B = 54.11%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7929BF (or 0x7929BF) is known color: Purple Heart. HEX triplet: 79, 29 and BF. RGB value is (121,41,191). Sum of RGB (Red+Green+Blue) = 121+41+191=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #7929BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7929BF is #86D640. Grayscale: #515151. Windows color (decimal): -8836673 or 12527993. OLE color: 12527993.

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

Color convert

RGB 121 41 191 -
CMYK 0.37 0.79 0 0.25
HSL 272º 0.65% 0.45% -
HSV(B) 272º 0.79% 0.75% -
XYZ 18.08 9.41 50.15 -
YUV 82.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 121 41 191 0.37 0.79 0 0.25 272 0.65 0.45
Hex 79 29 BF 25 4F 0 19 110 41 2D
Octal 171 51 277 45 117 0 31 420 101 55
Binary 1111001 101001 10111111 100101 1001111 0 11001 100010000 1000001 101101

Color Harmonies of #7929BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7929BF

Black with #7929BF

Text Example


Text Example

White with #7929BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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