#4B24BD

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

Shades of Purple Heart #4B24BD

Tints of Purple Heart #4B24BD

Color information

#4B24BD (or 0x4B24BD) is unknown color: approx Purple Heart. HEX triplet: 4B, 24 and BD. RGB value is (75,36,189). Sum of RGB (Red+Green+Blue) = 75+36+189=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B24BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B24BD is #B4DB42. Grayscale: #404040. Windows color (decimal): -11852611 or 12395595. OLE color: 12395595.

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

Color convert

RGB7536189-
CMYK0.600.8100.26
HSL255.29º68%44.12%-
HSV(B)255.29º80.95%74.12%-
XYZ12.726.4348.72-
YUV65.1197.92135.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 12%
BLUE value IS 189 (74.22% from 255) = 63%
R=25%
G=12%
B=63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75361890.600.8100.26255.296844.12
Hex4B24BD3C5101Aff442c
Octal113442757412103237710454
Binary1001011100100101111011111001010001011010111111111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B24BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,189); }

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

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

 a { background-color: rgb(75,36,189); }

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

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

 span { border-color: rgb(75,36,189); }

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