#7D3BC9

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

Shades of Purple Heart #7D3BC9

Tints of Purple Heart #7D3BC9

Color information

#7D3BC9 (or 0x7D3BC9) is unknown color: approx Purple Heart. HEX triplet: 7D, 3B and C9. RGB value is (125,59,201). Sum of RGB (Red+Green+Blue) = 125+59+201=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D3BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3BC9 is #82C436. Grayscale: #5E5E5E. Windows color (decimal): -8569911 or 13187965. OLE color: 13187965.

HSL color Cylindrical-coordinate representation of color #7D3BC9: hue angle of 267.89º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D3BC9 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12559201-
CMYK0.380.7100.21
HSL267.89º56.8%50.98%-
HSV(B)267.89º70.65%78.82%-
XYZ20.5611.756.43-
YUV94.92187.87149.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.47%
GREEN value IS 59 (23.44% from 255) = 15.32%
BLUE value IS 201 (78.91% from 255) = 52.21%
R=32.47%
G=15.32%
B=52.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125592010.380.7100.21267.8956.850.98
Hex7D3BC9264701510c3933
Octal17573311461070254147163
Binary1111101111011110010011001101000111010101100001100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,59,201); }

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

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

 a { background-color: rgb(125,59,201); }

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

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

 span { border-color: rgb(125,59,201); }

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