Html Css Color HEX #7D1EB6 Purple Heart

📋 copy color: '#7D1EB6'

red 125 ◦ green 30 ◦ blue 182

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

Shades of Purple Heart #7D1EB6

Tints of Purple Heart #7D1EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.01%

R = 37.09%
G = 8.9%
B = 54.01%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7D1EB6 (or 0x7D1EB6) is known color: Purple Heart. HEX triplet: 7D, 1E and B6. RGB value is (125,30,182). Sum of RGB (Red+Green+Blue) = 125+30+182=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D1EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1EB6 is #82E149. Grayscale: #4B4B4B. Windows color (decimal): -8577354 or 11935357. OLE color: 11935357.

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

Color convert

RGB 125 30 182 -
CMYK 0.31 0.84 0 0.29
HSL 277.5º 0.72% 0.42% -
HSV(B) 277.5º 0.84% 0.71% -
XYZ 17.37 8.67 45.01 -
YUV 75.73 187.97 163.14 -
System Red Green Blue C M Y K H S L
Decimal 125 30 182 0.31 0.84 0 0.29 277.5 0.72 0.42
Hex 7D 1E B6 1F 54 0 1D 116 48 2A
Octal 175 36 266 37 124 0 35 426 110 52
Binary 1111101 11110 10110110 11111 1010100 0 11101 100010110 1001000 101010

Color Harmonies of #7D1EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1EB6

Black with #7D1EB6

Text Example


Text Example

White with #7D1EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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