#4C05C3

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

Shades of Purple Heart #4C05C3

Tints of Purple Heart #4C05C3

Color information

#4C05C3 (or 0x4C05C3) is unknown color: approx Purple Heart. HEX triplet: 4C, 05 and C3. RGB value is (76,5,195). Sum of RGB (Red+Green+Blue) = 76+5+195=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 195 (76.56% from 255 or 70.65% from 276); Max value from RGB is 195 - color contains mainly: blue. Hex color #4C05C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C05C3 is #B3FA3C. Grayscale: #2F2F2F. Windows color (decimal): -11795005 or 12780876. OLE color: 12780876.

HSL color Cylindrical-coordinate representation of color #4C05C3: hue angle of 262.42º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C05C3 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB765195-
CMYK0.610.9700.24
HSL262.42º95%39.22%-
HSV(B)262.42º97.44%76.47%-
XYZ12.895.5952.03-
YUV47.89211.02148.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.54%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 195 (76.56% from 255) = 70.65%
R=27.54%
G=1.81%
B=70.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7651950.610.9700.24262.429539.22
Hex4C5C33D610181065f27
Octal11453037514103040613747
Binary10011001011100001111110111000010110001000001101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C05C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C05C3; }

 p { color: rgb(76,5,195); }

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

<style>
 a { background-color: #4C05C3; }

 a { background-color: rgb(76,5,195); }

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

<style>
 span { border-color: #4C05C3; }

 span { border-color: rgb(76,5,195); }

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