#7C21B6

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

Shades of Purple Heart #7C21B6

Tints of Purple Heart #7C21B6

Color information

#7C21B6 (or 0x7C21B6) is unknown color: approx Purple Heart. HEX triplet: 7C, 21 and B6. RGB value is (124,33,182). Sum of RGB (Red+Green+Blue) = 124+33+182=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C21B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C21B6 is #83DE49. Grayscale: #4C4C4C. Windows color (decimal): -8642122 or 11936124. OLE color: 11936124.

HSL color Cylindrical-coordinate representation of color #7C21B6: hue angle of 276.64º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C21B6 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12433182-
CMYK0.320.8200.29
HSL276.64º69.3%42.16%-
HSV(B)276.64º81.87%71.37%-
XYZ17.38.7545.03-
YUV77.2187.15161.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 33 (13.28% from 255) = 9.73%
BLUE value IS 182 (71.48% from 255) = 53.69%
R=36.58%
G=9.73%
B=53.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124331820.320.8200.29276.6469.342.16
Hex7C21B6205201D115452a
Octal174412664012203542510552
Binary11111001000011011011010000010100100111011000101011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C21B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,33,182); }

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

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

 a { background-color: rgb(124,33,182); }

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

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

 span { border-color: rgb(124,33,182); }

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