#4B13B8

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

Shades of Purple Heart #4B13B8

Tints of Purple Heart #4B13B8

Color information

#4B13B8 (or 0x4B13B8) is unknown color: approx Purple Heart. HEX triplet: 4B, 13 and B8. RGB value is (75,19,184). Sum of RGB (Red+Green+Blue) = 75+19+184=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 184 (72.27% from 255 or 66.19% from 278); Max value from RGB is 184 - color contains mainly: blue. Hex color #4B13B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B13B8 is #B4EC47. Grayscale: #353535. Windows color (decimal): -11856968 or 12063563. OLE color: 12063563.

HSL color Cylindrical-coordinate representation of color #4B13B8: hue angle of 260.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B13B8 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7519184-
CMYK0.590.9000.28
HSL260.36º81.28%39.8%-
HSV(B)260.36º89.67%72.16%-
XYZ11.795.4245.77-
YUV54.55201.05142.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 19 (7.81% from 255) = 6.83%
BLUE value IS 184 (72.27% from 255) = 66.19%
R=26.98%
G=6.83%
B=66.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75191840.590.9000.28260.3681.2839.8
Hex4B13B83B5A01C1045128
Octal113232707313203440412150
Binary1001011100111011100011101110110100111001000001001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B13B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,19,184); }

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

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

 a { background-color: rgb(75,19,184); }

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

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

 span { border-color: rgb(75,19,184); }

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