Html Css Color HEX #7D1CBE Purple Heart

📋 copy color: '#7D1CBE'

red 125 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #7D1CBE

Tints of Purple Heart #7D1CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

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

R = 36.44%
G = 8.16%
B = 55.39%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D1CBE (or 0x7D1CBE) is known color: Purple Heart. HEX triplet: 7D, 1C and BE. RGB value is (125,28,190). Sum of RGB (Red+Green+Blue) = 125+28+190=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D1CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1CBE is #82E341. Grayscale: #4A4A4A. Windows color (decimal): -8577858 or 12459133. OLE color: 12459133.

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

Color convert

RGB 125 28 190 -
CMYK 0.34 0.85 0 0.25
HSL 275.93º 0.74% 0.43% -
HSV(B) 275.93º 0.85% 0.75% -
XYZ 18.17 8.91 49.48 -
YUV 75.47 192.64 163.33 -
System Red Green Blue C M Y K H S L
Decimal 125 28 190 0.34 0.85 0 0.25 275.93 0.74 0.43
Hex 7D 1C BE 22 55 0 19 114 4A 2B
Octal 175 34 276 42 125 0 31 424 112 53
Binary 1111101 11100 10111110 100010 1010101 0 11001 100010100 1001010 101011

Color Harmonies of #7D1CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1CBE

Black with #7D1CBE

Text Example


Text Example

White with #7D1CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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