#7D1CBC

Color #7D1CBC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7D1CBC

Tints of Purple Heart #7D1CBC

Color information

#7D1CBC (or 0x7D1CBC) is unknown color: approx Purple Heart. HEX triplet: 7D, 1C and BC. RGB value is (125,28,188). Sum of RGB (Red+Green+Blue) = 125+28+188=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D1CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1CBC is #82E343. Grayscale: #4A4A4A. Windows color (decimal): -8577860 or 12328061. OLE color: 12328061.

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

Color convert

RGB12528188-
CMYK0.340.8500.26
HSL276.38º74.07%42.35%-
HSV(B)276.38º85.11%73.73%-
XYZ17.958.8248.33-
YUV75.24191.64163.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.66%
GREEN value IS 28 (11.33% from 255) = 8.21%
BLUE value IS 188 (73.83% from 255) = 55.13%
R=36.66%
G=8.21%
B=55.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal125281880.340.8500.26276.3874.0742.35
Hex7D1CBC225501A1144a2a
Octal175342744212503242411252
Binary1111101111001011110010001010101010110101000101001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D1CBC;
 }
 .AnyTagClassName
 {
   color: #7D1CBC;
 }
</style>
background-color css

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

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

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

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

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

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