Html Css Color HEX #7D1BBE Purple Heart

📋 copy color: '#7D1BBE'

red 125 ◦ green 27 ◦ blue 190

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

Shades of Purple Heart #7D1BBE

Tints of Purple Heart #7D1BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.56%

R = 36.55%
G = 7.89%
B = 55.56%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D1BBE (or 0x7D1BBE) is known color: Purple Heart. HEX triplet: 7D, 1B and BE. RGB value is (125,27,190). Sum of RGB (Red+Green+Blue) = 125+27+190=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D1BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1BBE is #82E441. Grayscale: #4A4A4A. Windows color (decimal): -8578114 or 12458877. OLE color: 12458877.

HSL color Cylindrical-coordinate representation of color #7D1BBE: hue angle of 276.07º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1BBE is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 27 190 -
CMYK 0.34 0.86 0 0.25
HSL 276.07º 0.75% 0.43% -
HSV(B) 276.07º 0.86% 0.75% -
XYZ 18.14 8.86 49.47 -
YUV 74.88 192.97 163.75 -
System Red Green Blue C M Y K H S L
Decimal 125 27 190 0.34 0.86 0 0.25 276.07 0.75 0.43
Hex 7D 1B BE 22 56 0 19 114 4B 2B
Octal 175 33 276 42 126 0 31 424 113 53
Binary 1111101 11011 10111110 100010 1010110 0 11001 100010100 1001011 101011

Color Harmonies of #7D1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1BBE

Black with #7D1BBE

Text Example


Text Example

White with #7D1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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