Html Css Color HEX #7D1EAF Purple Heart

📋 copy color: '#7D1EAF'

red 125 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #7D1EAF

Tints of Purple Heart #7D1EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 37.88%
G = 9.09%
B = 53.03%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7D1EAF (or 0x7D1EAF) is known color: Purple Heart. HEX triplet: 7D, 1E and AF. RGB value is (125,30,175). Sum of RGB (Red+Green+Blue) = 125+30+175=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D1EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1EAF is #82E150. Grayscale: #4A4A4A. Windows color (decimal): -8577361 or 11476605. OLE color: 11476605.

HSL color Cylindrical-coordinate representation of color #7D1EAF: hue angle of 279.31º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1EAF is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 30 175 -
CMYK 0.29 0.83 0 0.31
HSL 279.31º 0.71% 0.4% -
HSV(B) 279.31º 0.83% 0.69% -
XYZ 16.66 8.38 41.3 -
YUV 74.94 184.47 163.71 -
System Red Green Blue C M Y K H S L
Decimal 125 30 175 0.29 0.83 0 0.31 279.31 0.71 0.4
Hex 7D 1E AF 1D 53 0 1F 117 47 28
Octal 175 36 257 35 123 0 37 427 107 50
Binary 1111101 11110 10101111 11101 1010011 0 11111 100010111 1000111 101000

Color Harmonies of #7D1EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1EAF

Black with #7D1EAF

Text Example


Text Example

White with #7D1EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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