#4C18BB

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

Shades of Purple Heart #4C18BB

Tints of Purple Heart #4C18BB

Color information

#4C18BB (or 0x4C18BB) is unknown color: approx Purple Heart. HEX triplet: 4C, 18 and BB. RGB value is (76,24,187). Sum of RGB (Red+Green+Blue) = 76+24+187=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C18BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C18BB is #B3E744. Grayscale: #393939. Windows color (decimal): -11790149 or 12261452. OLE color: 12261452.

HSL color Cylindrical-coordinate representation of color #4C18BB: hue angle of 259.14º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C18BB is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7624187-
CMYK0.590.8700.27
HSL259.14º77.25%41.37%-
HSV(B)259.14º87.17%73.33%-
XYZ12.285.7847.48-
YUV58.13200.73140.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.48%
GREEN value IS 24 (9.77% from 255) = 8.36%
BLUE value IS 187 (73.44% from 255) = 65.16%
R=26.48%
G=8.36%
B=65.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76241870.590.8700.27259.1477.2541.37
Hex4C18BB3B5701B1034d29
Octal114302737312703340311551
Binary1001100110001011101111101110101110110111000000111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C18BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,24,187); }

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

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

 a { background-color: rgb(76,24,187); }

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

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

 span { border-color: rgb(76,24,187); }

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