Html Css Color HEX #7F29BF Purple Heart

📋 copy color: '#7F29BF'

red 127 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #7F29BF

Tints of Purple Heart #7F29BF

RGB

 RED value IS 127 (50% from 255) = 35.38%

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

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

R = 35.38%
G = 11.42%
B = 53.2%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F29BF (or 0x7F29BF) is known color: Purple Heart. HEX triplet: 7F, 29 and BF. RGB value is (127,41,191). Sum of RGB (Red+Green+Blue) = 127+41+191=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F29BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F29BF is #80D640. Grayscale: #535353. Windows color (decimal): -8443457 or 12527999. OLE color: 12527999.

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

Color convert

RGB 127 41 191 -
CMYK 0.34 0.79 0 0.25
HSL 274.4º 0.65% 0.45% -
HSV(B) 274.4º 0.79% 0.75% -
XYZ 18.95 9.86 50.19 -
YUV 83.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 127 41 191 0.34 0.79 0 0.25 274.4 0.65 0.45
Hex 7F 29 BF 22 4F 0 19 112 41 2D
Octal 177 51 277 42 117 0 31 422 101 55
Binary 1111111 101001 10111111 100010 1001111 0 11001 100010010 1000001 101101

Color Harmonies of #7F29BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F29BF

Black with #7F29BF

Text Example


Text Example

White with #7F29BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F29BF; }

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

 H1.HeaderClassName
 {
   color: #7F29BF;
 }
 .AnyTagClassName
 {
   color: #7F29BF;
 }
</style>

background-color css

<style>
 a { background-color: #7F29BF; }

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

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

border-color css

<style>
 span { border-color: #7F29BF; }

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

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