#4B28B6

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

Shades of Purple Heart #4B28B6

Tints of Purple Heart #4B28B6

Color information

#4B28B6 (or 0x4B28B6) is unknown color: approx Purple Heart. HEX triplet: 4B, 28 and B6. RGB value is (75,40,182). Sum of RGB (Red+Green+Blue) = 75+40+182=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #4B28B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B28B6 is #B4D749. Grayscale: #424242. Windows color (decimal): -11851594 or 11937867. OLE color: 11937867.

HSL color Cylindrical-coordinate representation of color #4B28B6: hue angle of 254.79º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B28B6 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7540182-
CMYK0.590.7800.29
HSL254.79º63.96%43.53%-
HSV(B)254.79º78.02%71.37%-
XYZ12.16.3944.85-
YUV66.65193.1133.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 40 (16.02% from 255) = 13.47%
BLUE value IS 182 (71.48% from 255) = 61.28%
R=25.25%
G=13.47%
B=61.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75401820.590.7800.29254.7963.9643.53
Hex4B28B63B4E01Dff402c
Octal113502667311603537710054
Binary1001011101000101101101110111001110011101111111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B28B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,182); }

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

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

 a { background-color: rgb(75,40,182); }

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

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

 span { border-color: rgb(75,40,182); }

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