#7C23C4

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

Shades of Purple Heart #7C23C4

Tints of Purple Heart #7C23C4

Color information

#7C23C4 (or 0x7C23C4) is unknown color: approx Purple Heart. HEX triplet: 7C, 23 and C4. RGB value is (124,35,196). Sum of RGB (Red+Green+Blue) = 124+35+196=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #7C23C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C23C4 is #83DC3B. Grayscale: #4F4F4F. Windows color (decimal): -8641596 or 12854140. OLE color: 12854140.

HSL color Cylindrical-coordinate representation of color #7C23C4: hue angle of 273.17º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C23C4 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12435196-
CMYK0.370.8200.23
HSL273.17º69.7%45.29%-
HSV(B)273.17º82.14%76.86%-
XYZ18.889.4753.06-
YUV79.96193.49159.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.93%
GREEN value IS 35 (14.06% from 255) = 9.86%
BLUE value IS 196 (76.95% from 255) = 55.21%
R=34.93%
G=9.86%
B=55.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal124351960.370.8200.23273.1769.745.29
Hex7C23C42552017111462d
Octal174433044512202742110655
Binary11111001000111100010010010110100100101111000100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C23C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,35,196); }

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

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

 a { background-color: rgb(124,35,196); }

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

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

 span { border-color: rgb(124,35,196); }

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