Html Css Color HEX #7D1BAE Purple Heart

📋 copy color: '#7D1BAE'

red 125 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #7D1BAE

Tints of Purple Heart #7D1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.28%

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 38.34%
G = 8.28%
B = 53.37%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D1BAE (or 0x7D1BAE) is known color: Purple Heart. HEX triplet: 7D, 1B and AE. RGB value is (125,27,174). Sum of RGB (Red+Green+Blue) = 125+27+174=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1BAE is #82E451. Grayscale: #484848. Windows color (decimal): -8578130 or 11410301. OLE color: 11410301.

HSL color Cylindrical-coordinate representation of color #7D1BAE: hue angle of 280º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1BAE is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 27 174 -
CMYK 0.28 0.84 0 0.32
HSL 280º 0.73% 0.39% -
HSV(B) 280º 0.84% 0.68% -
XYZ 16.49 8.2 40.76 -
YUV 73.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 125 27 174 0.28 0.84 0 0.32 280 0.73 0.39
Hex 7D 1B AE 1C 54 0 20 118 49 27
Octal 175 33 256 34 124 0 40 430 111 47
Binary 1111101 11011 10101110 11100 1010100 0 100000 100011000 1001001 100111

Color Harmonies of #7D1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1BAE

Black with #7D1BAE

Text Example


Text Example

White with #7D1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,27,174); }

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

background-color css

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

 a { background-color: rgb(125,27,174); }

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

border-color css

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

 span { border-color: rgb(125,27,174); }

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