#7C30C2

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

Shades of Purple Heart #7C30C2

Tints of Purple Heart #7C30C2

Color information

#7C30C2 (or 0x7C30C2) is unknown color: approx Purple Heart. HEX triplet: 7C, 30 and C2. RGB value is (124,48,194). Sum of RGB (Red+Green+Blue) = 124+48+194=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #7C30C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C30C2 is #83CF3D. Grayscale: #565656. Windows color (decimal): -8638270 or 12726396. OLE color: 12726396.

HSL color Cylindrical-coordinate representation of color #7C30C2: hue angle of 271.23º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C30C2 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12448194-
CMYK0.360.7500.24
HSL271.23º60.33%47.45%-
HSV(B)271.23º75.26%76.08%-
XYZ19.1110.2952.02-
YUV87.37188.18154.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.88%
GREEN value IS 48 (19.14% from 255) = 13.11%
BLUE value IS 194 (76.17% from 255) = 53.01%
R=33.88%
G=13.11%
B=53.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124481940.360.7500.24271.2360.3347.45
Hex7C30C2244B01810f3c2f
Octal17460302441130304177457
Binary1111100110000110000101001001001011011000100001111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C30C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,48,194); }

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

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

 a { background-color: rgb(124,48,194); }

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

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

 span { border-color: rgb(124,48,194); }

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