#7C38C7

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

Shades of Purple Heart #7C38C7

Tints of Purple Heart #7C38C7

Color information

#7C38C7 (or 0x7C38C7) is unknown color: approx Purple Heart. HEX triplet: 7C, 38 and C7. RGB value is (124,56,199). Sum of RGB (Red+Green+Blue) = 124+56+199=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #7C38C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C38C7 is #83C738. Grayscale: #5C5C5C. Windows color (decimal): -8636217 or 13056124. OLE color: 13056124.

HSL color Cylindrical-coordinate representation of color #7C38C7: hue angle of 268.53º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C38C7 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12456199-
CMYK0.380.7200.22
HSL268.53º56.08%50%-
HSV(B)268.53º71.86%78.04%-
XYZ20.0411.2455.15-
YUV92.63188.03150.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.72%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 199 (78.12% from 255) = 52.51%
R=32.72%
G=14.78%
B=52.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal124561990.380.7200.22268.5356.0850
Hex7C38C7264801610d3832
Octal17470307461100264157062
Binary1111100111000110001111001101001000010110100001101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C38C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,199); }

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

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

 a { background-color: rgb(124,56,199); }

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

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

 span { border-color: rgb(124,56,199); }

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