Html Css Color HEX #7E25BB Purple Heart

📋 copy color: '#7E25BB'

red 126 ◦ green 37 ◦ blue 187

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

Shades of Purple Heart #7E25BB

Tints of Purple Heart #7E25BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 36%
G = 10.57%
B = 53.43%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E25BB (or 0x7E25BB) is known color: Purple Heart. HEX triplet: 7E, 25 and BB. RGB value is (126,37,187). Sum of RGB (Red+Green+Blue) = 126+37+187=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E25BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E25BB is #81DA44. Grayscale: #505050. Windows color (decimal): -8510021 or 12264830. OLE color: 12264830.

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

Color convert

RGB 126 37 187 -
CMYK 0.33 0.80 0 0.27
HSL 275.6º 0.67% 0.44% -
HSV(B) 275.6º 0.8% 0.73% -
XYZ 18.24 9.35 47.86 -
YUV 80.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 126 37 187 0.33 0.80 0 0.27 275.6 0.67 0.44
Hex 7E 25 BB 21 50 0 1B 114 43 2C
Octal 176 45 273 41 120 0 33 424 103 54
Binary 1111110 100101 10111011 100001 1010000 0 11011 100010100 1000011 101100

Color Harmonies of #7E25BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E25BB

Black with #7E25BB

Text Example


Text Example

White with #7E25BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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