Html Css Color HEX #7C29BF Purple Heart

📋 copy color: '#7C29BF'

red 124 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #7C29BF

Tints of Purple Heart #7C29BF

RGB

 RED value IS 124 (48.83% from 255) = 34.83%

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

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

R = 34.83%
G = 11.52%
B = 53.65%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C29BF (or 0x7C29BF) is known color: Purple Heart. HEX triplet: 7C, 29 and BF. RGB value is (124,41,191). Sum of RGB (Red+Green+Blue) = 124+41+191=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C29BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C29BF is #83D640. Grayscale: #525252. Windows color (decimal): -8640065 or 12527996. OLE color: 12527996.

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

Color convert

RGB 124 41 191 -
CMYK 0.35 0.79 0 0.25
HSL 273.2º 0.65% 0.45% -
HSV(B) 273.2º 0.79% 0.75% -
XYZ 18.51 9.63 50.17 -
YUV 82.92 189 157.3 -
System Red Green Blue C M Y K H S L
Decimal 124 41 191 0.35 0.79 0 0.25 273.2 0.65 0.45
Hex 7C 29 BF 23 4F 0 19 111 41 2D
Octal 174 51 277 43 117 0 31 421 101 55
Binary 1111100 101001 10111111 100011 1001111 0 11001 100010001 1000001 101101

Color Harmonies of #7C29BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C29BF

Black with #7C29BF

Text Example


Text Example

White with #7C29BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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