Html Css Color HEX #7D1BBA Purple Heart

📋 copy color: '#7D1BBA'

red 125 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #7D1BBA

Tints of Purple Heart #7D1BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.99%

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

R = 36.98%
G = 7.99%
B = 55.03%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D1BBA (or 0x7D1BBA) is known color: Purple Heart. HEX triplet: 7D, 1B and BA. RGB value is (125,27,186). Sum of RGB (Red+Green+Blue) = 125+27+186=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D1BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1BBA is #82E445. Grayscale: #494949. Windows color (decimal): -8578118 or 12196733. OLE color: 12196733.

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

Color convert

RGB 125 27 186 -
CMYK 0.33 0.85 0 0.27
HSL 276.98º 0.75% 0.42% -
HSV(B) 276.98º 0.85% 0.73% -
XYZ 17.71 8.69 47.2 -
YUV 74.43 190.97 164.07 -
System Red Green Blue C M Y K H S L
Decimal 125 27 186 0.33 0.85 0 0.27 276.98 0.75 0.42
Hex 7D 1B BA 21 55 0 1B 115 4B 2A
Octal 175 33 272 41 125 0 33 425 113 52
Binary 1111101 11011 10111010 100001 1010101 0 11011 100010101 1001011 101010

Color Harmonies of #7D1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1BBA

Black with #7D1BBA

Text Example


Text Example

White with #7D1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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