#4B34B8

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

Shades of Purple Heart #4B34B8

Tints of Purple Heart #4B34B8

Color information

#4B34B8 (or 0x4B34B8) is unknown color: approx Purple Heart. HEX triplet: 4B, 34 and B8. RGB value is (75,52,184). Sum of RGB (Red+Green+Blue) = 75+52+184=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #4B34B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B34B8 is #B4CB47. Grayscale: #494949. Windows color (decimal): -11848520 or 12072011. OLE color: 12072011.

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

Color convert

RGB7552184-
CMYK0.590.7200.28
HSL250.45º55.93%46.27%-
HSV(B)250.45º71.74%72.16%-
XYZ12.787.4146.1-
YUV73.92190.12128.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.12%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 184 (72.27% from 255) = 59.16%
R=24.12%
G=16.72%
B=59.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75521840.590.7200.28250.4555.9346.27
Hex4B34B83B4801Cfa382e
Octal11364270731100343727056
Binary100101111010010111000111011100100001110011111010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B34B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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