#7C25B6

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

Shades of Purple Heart #7C25B6

Tints of Purple Heart #7C25B6

Color information

#7C25B6 (or 0x7C25B6) is unknown color: approx Purple Heart. HEX triplet: 7C, 25 and B6. RGB value is (124,37,182). Sum of RGB (Red+Green+Blue) = 124+37+182=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C25B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C25B6 is #83DA49. Grayscale: #4F4F4F. Windows color (decimal): -8641098 or 11937148. OLE color: 11937148.

HSL color Cylindrical-coordinate representation of color #7C25B6: hue angle of 276º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C25B6 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12437182-
CMYK0.320.8000.29
HSL276º66.21%42.94%-
HSV(B)276º79.67%71.37%-
XYZ17.428.9945.07-
YUV79.54185.82159.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.15%
GREEN value IS 37 (14.84% from 255) = 10.79%
BLUE value IS 182 (71.48% from 255) = 53.06%
R=36.15%
G=10.79%
B=53.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124371820.320.8000.2927666.2142.94
Hex7C25B6205001D114422b
Octal174452664012003542410253
Binary11111001001011011011010000010100000111011000101001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C25B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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