#4C30CE

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

Shades of Purple Heart #4C30CE

Tints of Purple Heart #4C30CE

Color information

#4C30CE (or 0x4C30CE) is unknown color: approx Purple Heart. HEX triplet: 4C, 30 and CE. RGB value is (76,48,206). Sum of RGB (Red+Green+Blue) = 76+48+206=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C30CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C30CE is #B3CF31. Grayscale: #494949. Windows color (decimal): -11783986 or 13512780. OLE color: 13512780.

HSL color Cylindrical-coordinate representation of color #4C30CE: hue angle of 250.63º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C30CE is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7648206-
CMYK0.630.7700.19
HSL250.63º62.2%49.8%-
HSV(B)250.63º76.7%80.78%-
XYZ15.188.1159.16-
YUV74.38202.28129.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 206 (80.86% from 255) = 62.42%
R=23.03%
G=14.55%
B=62.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal76482060.630.7700.19250.6362.249.8
Hex4C30CE3F4D013fb3e32
Octal11460316771150233737662
Binary100110011000011001110111111100110101001111111011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C30CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,48,206); }

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

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

 a { background-color: rgb(76,48,206); }

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

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

 span { border-color: rgb(76,48,206); }

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