Html Css Color HEX #7E25BA Purple Heart

📋 copy color: '#7E25BA'

red 126 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #7E25BA

Tints of Purple Heart #7E25BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.6%

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 36.1%
G = 10.6%
B = 53.3%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E25BA (or 0x7E25BA) is known color: Purple Heart. HEX triplet: 7E, 25 and BA. RGB value is (126,37,186). Sum of RGB (Red+Green+Blue) = 126+37+186=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E25BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E25BA is #81DA45. Grayscale: #505050. Windows color (decimal): -8510022 or 12199294. OLE color: 12199294.

HSL color Cylindrical-coordinate representation of color #7E25BA: hue angle of 275.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E25BA is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 37 186 -
CMYK 0.32 0.80 0 0.27
HSL 275.84º 0.67% 0.44% -
HSV(B) 275.84º 0.8% 0.73% -
XYZ 18.13 9.3 47.29 -
YUV 80.6 187.49 160.38 -
System Red Green Blue C M Y K H S L
Decimal 126 37 186 0.32 0.80 0 0.27 275.84 0.67 0.44
Hex 7E 25 BA 20 50 0 1B 114 43 2C
Octal 176 45 272 40 120 0 33 424 103 54
Binary 1111110 100101 10111010 100000 1010000 0 11011 100010100 1000011 101100

Color Harmonies of #7E25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E25BA

Black with #7E25BA

Text Example


Text Example

White with #7E25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,37,186); }

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

background-color css

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

 a { background-color: rgb(126,37,186); }

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

border-color css

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

 span { border-color: rgb(126,37,186); }

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