#7d3abc

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

Shades of Purple Heart #7D3ABC

Tints of Purple Heart #7D3ABC

Color information

#7D3ABC (or 0x7D3ABC) is unknown color: approx Purple Heart. HEX triplet: 7D, 3A and BC. RGB value is (125,58,188). Sum of RGB (Red+Green+Blue) = 125+58+188=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D3ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3ABC is #82C543. Grayscale: #5C5C5C. Windows color (decimal): -8570180 or 12335741. OLE color: 12335741.

HSL color Cylindrical-coordinate representation of color #7D3ABC: hue angle of 270.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D3ABC is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12558188-
CMYK0.340.6900.26
HSL270.92º52.85%48.24%-
HSV(B)270.92º69.15%73.73%-
XYZ19.0511.0248.7-
YUV92.85181.7150.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.69%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=33.69%
G=15.63%
B=50.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal125581880.340.6900.26270.9252.8548.24
Hex7D3ABC224501A10f3530
Octal17572274421050324176560
Binary1111101111010101111001000101000101011010100001111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d3abc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,58,188); }

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

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

 a { background-color: rgb(125,58,188); }

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

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

 span { border-color: rgb(125,58,188); }

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