#7D3DC1

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

Shades of Purple Heart #7D3DC1

Tints of Purple Heart #7D3DC1

Color information

#7D3DC1 (or 0x7D3DC1) is unknown color: approx Purple Heart. HEX triplet: 7D, 3D and C1. RGB value is (125,61,193). Sum of RGB (Red+Green+Blue) = 125+61+193=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D3DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3DC1 is #82C23E. Grayscale: #5E5E5E. Windows color (decimal): -8569407 or 12664189. OLE color: 12664189.

HSL color Cylindrical-coordinate representation of color #7D3DC1: hue angle of 269.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D3DC1 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12561193-
CMYK0.350.6800.24
HSL269.09º51.97%49.8%-
HSV(B)269.09º68.39%75.69%-
XYZ19.7511.5551.64-
YUV95.18183.2149.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.98%
GREEN value IS 61 (24.22% from 255) = 16.09%
BLUE value IS 193 (75.78% from 255) = 50.92%
R=32.98%
G=16.09%
B=50.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125611930.350.6800.24269.0951.9749.8
Hex7D3DC1234401810d3432
Octal17575301431040304156462
Binary1111101111101110000011000111000100011000100001101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,61,193); }

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

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

 a { background-color: rgb(125,61,193); }

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

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

 span { border-color: rgb(125,61,193); }

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