#4B27BD

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

Shades of Purple Heart #4B27BD

Tints of Purple Heart #4B27BD

Color information

#4B27BD (or 0x4B27BD) is unknown color: approx Purple Heart. HEX triplet: 4B, 27 and BD. RGB value is (75,39,189). Sum of RGB (Red+Green+Blue) = 75+39+189=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B27BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B27BD is #B4D842. Grayscale: #424242. Windows color (decimal): -11851843 or 12396363. OLE color: 12396363.

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

Color convert

RGB7539189-
CMYK0.600.7900.26
HSL254.4º65.79%44.71%-
HSV(B)254.4º79.37%74.12%-
XYZ12.816.6248.75-
YUV66.86196.93133.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.75%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 189 (74.22% from 255) = 62.38%
R=24.75%
G=12.87%
B=62.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75391890.600.7900.26254.465.7944.71
Hex4B27BD3C4F01Afe422d
Octal113472757411703237610255
Binary1001011100111101111011111001001111011010111111101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B27BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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