Html Css Color HEX #7D1EBE Purple Heart

📋 copy color: '#7D1EBE'

red 125 ◦ green 30 ◦ blue 190

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

Shades of Purple Heart #7D1EBE

Tints of Purple Heart #7D1EBE

RGB

 RED value IS 125 (49.22% from 255) = 36.23%

 GREEN value IS 30 (12.11% from 255) = 8.7%

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

R = 36.23%
G = 8.7%
B = 55.07%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D1EBE (or 0x7D1EBE) is known color: Purple Heart. HEX triplet: 7D, 1E and BE. RGB value is (125,30,190). Sum of RGB (Red+Green+Blue) = 125+30+190=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D1EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1EBE is #82E141. Grayscale: #4C4C4C. Windows color (decimal): -8577346 or 12459645. OLE color: 12459645.

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

Color convert

RGB 125 30 190 -
CMYK 0.34 0.84 0 0.25
HSL 275.63º 0.73% 0.43% -
HSV(B) 275.63º 0.84% 0.75% -
XYZ 18.22 9.01 49.49 -
YUV 76.65 191.97 162.49 -
System Red Green Blue C M Y K H S L
Decimal 125 30 190 0.34 0.84 0 0.25 275.63 0.73 0.43
Hex 7D 1E BE 22 54 0 19 114 49 2B
Octal 175 36 276 42 124 0 31 424 111 53
Binary 1111101 11110 10111110 100010 1010100 0 11001 100010100 1001001 101011

Color Harmonies of #7D1EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1EBE

Black with #7D1EBE

Text Example


Text Example

White with #7D1EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,30,190); }

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

background-color css

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

 a { background-color: rgb(125,30,190); }

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

border-color css

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

 span { border-color: rgb(125,30,190); }

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