#4C38BB

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

Shades of Purple Heart #4C38BB

Tints of Purple Heart #4C38BB

Color information

#4C38BB (or 0x4C38BB) is unknown color: approx Purple Heart. HEX triplet: 4C, 38 and BB. RGB value is (76,56,187). Sum of RGB (Red+Green+Blue) = 76+56+187=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C38BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C38BB is #B3C744. Grayscale: #4C4C4C. Windows color (decimal): -11781957 or 12269644. OLE color: 12269644.

HSL color Cylindrical-coordinate representation of color #4C38BB: hue angle of 249.16º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C38BB is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7656187-
CMYK0.590.7000.27
HSL249.16º53.91%47.65%-
HSV(B)249.16º70.05%73.33%-
XYZ13.367.9547.84-
YUV76.91190.13127.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.82%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 187 (73.44% from 255) = 58.62%
R=23.82%
G=17.55%
B=58.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76561870.590.7000.27249.1653.9147.65
Hex4C38BB3B4601Bf93630
Octal11470273731060333716660
Binary100110011100010111011111011100011001101111111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C38BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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