#7D2AC1

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

Shades of Purple Heart #7D2AC1

Tints of Purple Heart #7D2AC1

Color information

#7D2AC1 (or 0x7D2AC1) is unknown color: approx Purple Heart. HEX triplet: 7D, 2A and C1. RGB value is (125,42,193). Sum of RGB (Red+Green+Blue) = 125+42+193=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D2AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2AC1 is #82D53E. Grayscale: #535353. Windows color (decimal): -8574271 or 12659325. OLE color: 12659325.

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

Color convert

RGB12542193-
CMYK0.350.7800.24
HSL272.98º64.26%46.08%-
HSV(B)272.98º78.24%75.69%-
XYZ18.919.8751.36-
YUV84.03189.5157.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.72%
GREEN value IS 42 (16.80% from 255) = 11.67%
BLUE value IS 193 (75.78% from 255) = 53.61%
R=34.72%
G=11.67%
B=53.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125421930.350.7800.24272.9864.2646.08
Hex7D2AC1234E018111402e
Octal175523014311603042110056
Binary11111011010101100000110001110011100110001000100011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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