Html Css Color HEX #7E24BF Purple Heart

📋 copy color: '#7E24BF'

red 126 ◦ green 36 ◦ blue 191

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

Shades of Purple Heart #7E24BF

Tints of Purple Heart #7E24BF

RGB

 RED value IS 126 (49.61% from 255) = 35.69%

 GREEN value IS 36 (14.45% from 255) = 10.2%

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

R = 35.69%
G = 10.2%
B = 54.11%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E24BF (or 0x7E24BF) is known color: Purple Heart. HEX triplet: 7E, 24 and BF. RGB value is (126,36,191). Sum of RGB (Red+Green+Blue) = 126+36+191=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 36 (14.45% from 255 or 10.20% 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 #7E24BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E24BF is #81DB40. Grayscale: #505050. Windows color (decimal): -8510273 or 12526718. OLE color: 12526718.

HSL color Cylindrical-coordinate representation of color #7E24BF: hue angle of 274.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E24BF is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 36 191 -
CMYK 0.34 0.81 0 0.25
HSL 274.84º 0.68% 0.45% -
HSV(B) 274.84º 0.81% 0.75% -
XYZ 18.64 9.46 50.13 -
YUV 80.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 126 36 191 0.34 0.81 0 0.25 274.84 0.68 0.45
Hex 7E 24 BF 22 51 0 19 113 44 2D
Octal 176 44 277 42 121 0 31 423 104 55
Binary 1111110 100100 10111111 100010 1010001 0 11001 100010011 1000100 101101

Color Harmonies of #7E24BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E24BF

Black with #7E24BF

Text Example


Text Example

White with #7E24BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,36,191); }

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

background-color css

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

 a { background-color: rgb(126,36,191); }

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

border-color css

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

 span { border-color: rgb(126,36,191); }

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