#7D3DBE

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

Shades of Purple Heart #7D3DBE

Tints of Purple Heart #7D3DBE

Color information

#7D3DBE (or 0x7D3DBE) is unknown color: approx Purple Heart. HEX triplet: 7D, 3D and BE. RGB value is (125,61,190). Sum of RGB (Red+Green+Blue) = 125+61+190=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D3DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3DBE is #82C241. Grayscale: #5E5E5E. Windows color (decimal): -8569410 or 12467581. OLE color: 12467581.

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

Color convert

RGB12561190-
CMYK0.340.6800.25
HSL269.77º51.39%49.22%-
HSV(B)269.77º67.89%74.51%-
XYZ19.4211.4249.89-
YUV94.84181.7149.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.24%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=33.24%
G=16.22%
B=50.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125611900.340.6800.25269.7751.3949.22
Hex7D3DBE224401910e3331
Octal17575276421040314166361
Binary1111101111101101111101000101000100011001100001110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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