Html Css Color HEX #7F29BE Purple Heart

📋 copy color: '#7F29BE'

red 127 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #7F29BE

Tints of Purple Heart #7F29BE

RGB

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

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

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

R = 35.47%
G = 11.45%
B = 53.07%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F29BE (or 0x7F29BE) is known color: Purple Heart. HEX triplet: 7F, 29 and BE. RGB value is (127,41,190). Sum of RGB (Red+Green+Blue) = 127+41+190=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F29BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F29BE is #80D641. Grayscale: #535353. Windows color (decimal): -8443458 or 12462463. OLE color: 12462463.

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

Color convert

RGB 127 41 190 -
CMYK 0.33 0.78 0 0.25
HSL 274.63º 0.65% 0.45% -
HSV(B) 274.63º 0.78% 0.75% -
XYZ 18.84 9.82 49.62 -
YUV 83.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 127 41 190 0.33 0.78 0 0.25 274.63 0.65 0.45
Hex 7F 29 BE 21 4E 0 19 113 41 2D
Octal 177 51 276 41 116 0 31 423 101 55
Binary 1111111 101001 10111110 100001 1001110 0 11001 100010011 1000001 101101

Color Harmonies of #7F29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F29BE

Black with #7F29BE

Text Example


Text Example

White with #7F29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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