#4C28BD

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

Shades of Purple Heart #4C28BD

Tints of Purple Heart #4C28BD

Color information

#4C28BD (or 0x4C28BD) is unknown color: approx Purple Heart. HEX triplet: 4C, 28 and BD. RGB value is (76,40,189). Sum of RGB (Red+Green+Blue) = 76+40+189=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C28BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C28BD is #B3D742. Grayscale: #434343. Windows color (decimal): -11786051 or 12396620. OLE color: 12396620.

HSL color Cylindrical-coordinate representation of color #4C28BD: hue angle of 254.5º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C28BD is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7640189-
CMYK0.600.7900.26
HSL254.5º65.07%44.9%-
HSV(B)254.5º78.84%74.12%-
XYZ12.926.7348.76-
YUV67.75196.43133.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=24.92%
G=13.11%
B=61.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal76401890.600.7900.26254.565.0744.9
Hex4C28BD3C4F01Afe412d
Octal114502757411703237610155
Binary1001100101000101111011111001001111011010111111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C28BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,40,189); }

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

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

 a { background-color: rgb(76,40,189); }

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

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

 span { border-color: rgb(76,40,189); }

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