#4B2FD4

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

Shades of Purple Heart #4B2FD4

Tints of Purple Heart #4B2FD4

Color information

#4B2FD4 (or 0x4B2FD4) is unknown color: approx Purple Heart. HEX triplet: 4B, 2F and D4. RGB value is (75,47,212). Sum of RGB (Red+Green+Blue) = 75+47+212=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 212 (83.20% from 255 or 63.47% from 334); Max value from RGB is 212 - color contains mainly: blue. Hex color #4B2FD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2FD4 is #B4D02B. Grayscale: #494949. Windows color (decimal): -11849772 or 13905739. OLE color: 13905739.

HSL color Cylindrical-coordinate representation of color #4B2FD4: hue angle of 250.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B2FD4 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7547212-
CMYK0.650.7800.17
HSL250.18º65.74%50.78%-
HSV(B)250.18º77.83%83.14%-
XYZ15.88.2863.05-
YUV74.18205.78128.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 47 (18.75% from 255) = 14.07%
BLUE value IS 212 (83.20% from 255) = 63.47%
R=22.46%
G=14.07%
B=63.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75472120.650.7800.17250.1865.7450.78
Hex4B2FD4414E011fa4233
Octal1135732410111602137210263
Binary10010111011111101010010000011001110010001111110101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,47,212); }

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

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

 a { background-color: rgb(75,47,212); }

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

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

 span { border-color: rgb(75,47,212); }

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