#4C06C5

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

Shades of Purple Heart #4C06C5

Tints of Purple Heart #4C06C5

Color information

#4C06C5 (or 0x4C06C5) is unknown color: approx Purple Heart. HEX triplet: 4C, 06 and C5. RGB value is (76,6,197). Sum of RGB (Red+Green+Blue) = 76+6+197=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 197 (77.34% from 255 or 70.61% from 279); Max value from RGB is 197 - color contains mainly: blue. Hex color #4C06C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C06C5 is #B3F93A. Grayscale: #303030. Windows color (decimal): -11794747 or 12912204. OLE color: 12912204.

HSL color Cylindrical-coordinate representation of color #4C06C5: hue angle of 261.99º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C06C5 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB766197-
CMYK0.610.9700.23
HSL261.99º94.09%39.8%-
HSV(B)261.99º96.95%77.25%-
XYZ13.125.753.23-
YUV48.7211.69147.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.24%
GREEN value IS 6 (2.73% from 255) = 2.15%
BLUE value IS 197 (77.34% from 255) = 70.61%
R=27.24%
G=2.15%
B=70.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal7661970.610.9700.23261.9994.0939.8
Hex4C6C53D610171065e28
Octal11463057514102740613650
Binary10011001101100010111110111000010101111000001101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C06C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,6,197); }

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

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

 a { background-color: rgb(76,6,197); }

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

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

 span { border-color: rgb(76,6,197); }

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