#7D42C4

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

Shades of Purple Heart #7D42C4

Tints of Purple Heart #7D42C4

Color information

#7D42C4 (or 0x7D42C4) is unknown color: approx Purple Heart. HEX triplet: 7D, 42 and C4. RGB value is (125,66,196). Sum of RGB (Red+Green+Blue) = 125+66+196=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D42C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D42C4 is #82BD3B. Grayscale: #626262. Windows color (decimal): -8568124 or 12862077. OLE color: 12862077.

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

Color convert

RGB12566196-
CMYK0.360.6600.23
HSL267.23º52.42%51.37%-
HSV(B)267.23º66.33%76.86%-
XYZ20.3712.2453.51-
YUV98.46183.05146.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.30%
GREEN value IS 66 (26.17% from 255) = 17.05%
BLUE value IS 196 (76.95% from 255) = 50.65%
R=32.30%
G=17.05%
B=50.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal125661960.360.6600.23267.2352.4251.37
Hex7D42C4244201710b3433
Octal175102304441020274136463
Binary11111011000010110001001001001000010010111100001011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D42C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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