Html Css Color HEX #7D31B7 Purple Heart

📋 copy color: '#7D31B7'

red 125 ◦ green 49 ◦ blue 183

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

Shades of Purple Heart #7D31B7

Tints of Purple Heart #7D31B7

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.73%

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 35.01%
G = 13.73%
B = 51.26%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7D31B7 (or 0x7D31B7) is known color: Purple Heart. HEX triplet: 7D, 31 and B7. RGB value is (125,49,183). Sum of RGB (Red+Green+Blue) = 125+49+183=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #7D31B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D31B7 is #82CE48. Grayscale: #565656. Windows color (decimal): -8572489 or 12005757. OLE color: 12005757.

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

Color convert

RGB 125 49 183 -
CMYK 0.32 0.73 0 0.28
HSL 274.03º 0.58% 0.45% -
HSV(B) 274.03º 0.73% 0.72% -
XYZ 18.1 9.98 45.77 -
YUV 87 182.18 155.1 -
System Red Green Blue C M Y K H S L
Decimal 125 49 183 0.32 0.73 0 0.28 274.03 0.58 0.45
Hex 7D 31 B7 20 49 0 1C 112 3A 2D
Octal 175 61 267 40 111 0 34 422 72 55
Binary 1111101 110001 10110111 100000 1001001 0 11100 100010010 111010 101101

Color Harmonies of #7D31B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D31B7

Black with #7D31B7

Text Example


Text Example

White with #7D31B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,49,183); }

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

background-color css

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

 a { background-color: rgb(125,49,183); }

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

border-color css

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

 span { border-color: rgb(125,49,183); }

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