#7c28c9

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

Shades of Purple Heart #7C28C9

Tints of Purple Heart #7C28C9

Color information

#7C28C9 (or 0x7C28C9) is unknown color: approx Purple Heart. HEX triplet: 7C, 28 and C9. RGB value is (124,40,201). Sum of RGB (Red+Green+Blue) = 124+40+201=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #7C28C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C28C9 is #83D736. Grayscale: #525252. Windows color (decimal): -8640311 or 13183100. OLE color: 13183100.

HSL color Cylindrical-coordinate representation of color #7C28C9: hue angle of 271.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C28C9 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12440201-
CMYK0.380.8000.21
HSL271.3º66.8%47.25%-
HSV(B)271.3º80.1%78.82%-
XYZ19.6110.0256.16-
YUV83.47194.33156.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 40 (16.02% from 255) = 10.96%
BLUE value IS 201 (78.91% from 255) = 55.07%
R=33.97%
G=10.96%
B=55.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124402010.380.8000.21271.366.847.25
Hex7C28C9265001510f432f
Octal174503114612002541710357
Binary11111001010001100100110011010100000101011000011111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c28c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,40,201); }

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

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

 a { background-color: rgb(124,40,201); }

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

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

 span { border-color: rgb(124,40,201); }

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