Html Css Color HEX #7D1ABD Purple Heart

📋 copy color: '#7D1ABD'

red 125 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #7D1ABD

Tints of Purple Heart #7D1ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.65%

 BLUE value IS 189 (74.22% from 255) = 55.59%

R = 36.76%
G = 7.65%
B = 55.59%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D1ABD (or 0x7D1ABD) is known color: Purple Heart. HEX triplet: 7D, 1A and BD. RGB value is (125,26,189). Sum of RGB (Red+Green+Blue) = 125+26+189=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D1ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1ABD is #82E542. Grayscale: #494949. Windows color (decimal): -8578371 or 12393085. OLE color: 12393085.

HSL color Cylindrical-coordinate representation of color #7D1ABD: hue angle of 276.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1ABD is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 26 189 -
CMYK 0.34 0.86 0 0.26
HSL 276.44º 0.76% 0.42% -
HSV(B) 276.44º 0.86% 0.74% -
XYZ 18.01 8.77 48.89 -
YUV 74.18 192.8 164.25 -
System Red Green Blue C M Y K H S L
Decimal 125 26 189 0.34 0.86 0 0.26 276.44 0.76 0.42
Hex 7D 1A BD 22 56 0 1A 114 4C 2A
Octal 175 32 275 42 126 0 32 424 114 52
Binary 1111101 11010 10111101 100010 1010110 0 11010 100010100 1001100 101010

Color Harmonies of #7D1ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1ABD

Black with #7D1ABD

Text Example


Text Example

White with #7D1ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,26,189); }

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

background-color css

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

 a { background-color: rgb(125,26,189); }

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

border-color css

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

 span { border-color: rgb(125,26,189); }

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