Html Css Color HEX #7D1DBA Purple Heart

📋 copy color: '#7D1DBA'

red 125 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #7D1DBA

Tints of Purple Heart #7D1DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.53%

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 36.76%
G = 8.53%
B = 54.71%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D1DBA (or 0x7D1DBA) is known color: Purple Heart. HEX triplet: 7D, 1D and BA. RGB value is (125,29,186). Sum of RGB (Red+Green+Blue) = 125+29+186=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D1DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1DBA is #82E245. Grayscale: #4B4B4B. Windows color (decimal): -8577606 or 12197245. OLE color: 12197245.

HSL color Cylindrical-coordinate representation of color #7D1DBA: hue angle of 276.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1DBA is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 29 186 -
CMYK 0.33 0.84 0 0.27
HSL 276.69º 0.73% 0.42% -
HSV(B) 276.69º 0.84% 0.73% -
XYZ 17.76 8.78 47.21 -
YUV 75.6 190.3 163.23 -
System Red Green Blue C M Y K H S L
Decimal 125 29 186 0.33 0.84 0 0.27 276.69 0.73 0.42
Hex 7D 1D BA 21 54 0 1B 115 49 2A
Octal 175 35 272 41 124 0 33 425 111 52
Binary 1111101 11101 10111010 100001 1010100 0 11011 100010101 1001001 101010

Color Harmonies of #7D1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1DBA

Black with #7D1DBA

Text Example


Text Example

White with #7D1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,29,186); }

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

background-color css

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

 a { background-color: rgb(125,29,186); }

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

border-color css

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

 span { border-color: rgb(125,29,186); }

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