#7d1cc4

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

Shades of Purple Heart #7D1CC4

Tints of Purple Heart #7D1CC4

Color information

#7D1CC4 (or 0x7D1CC4) is unknown color: approx Purple Heart. HEX triplet: 7D, 1C and C4. RGB value is (125,28,196). Sum of RGB (Red+Green+Blue) = 125+28+196=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D1CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1CC4 is #82E33B. Grayscale: #4B4B4B. Windows color (decimal): -8577852 or 12852349. OLE color: 12852349.

HSL color Cylindrical-coordinate representation of color #7D1CC4: hue angle of 274.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1CC4 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12528196-
CMYK0.360.8600.23
HSL274.64º75%43.92%-
HSV(B)274.64º85.71%76.86%-
XYZ18.849.1853-
YUV76.16195.64162.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 28 (11.33% from 255) = 8.02%
BLUE value IS 196 (76.95% from 255) = 56.16%
R=35.82%
G=8.02%
B=56.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal125281960.360.8600.23274.647543.92
Hex7D1CC424560171134b2c
Octal175343044412602742311354
Binary1111101111001100010010010010101100101111000100111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d1cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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