#4B27BF

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

Shades of Purple Heart #4B27BF

Tints of Purple Heart #4B27BF

Color information

#4B27BF (or 0x4B27BF) is unknown color: approx Purple Heart. HEX triplet: 4B, 27 and BF. RGB value is (75,39,191). Sum of RGB (Red+Green+Blue) = 75+39+191=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B27BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B27BF is #B4D840. Grayscale: #424242. Windows color (decimal): -11851841 or 12527435. OLE color: 12527435.

HSL color Cylindrical-coordinate representation of color #4B27BF: hue angle of 254.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B27BF is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7539191-
CMYK0.610.8000.25
HSL254.21º66.09%45.1%-
HSV(B)254.21º79.58%74.9%-
XYZ13.036.7149.9-
YUV67.09197.93133.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 39 (15.62% from 255) = 12.79%
BLUE value IS 191 (75% from 255) = 62.62%
R=24.59%
G=12.79%
B=62.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75391910.610.8000.25254.2166.0945.1
Hex4B27BF3D50019fe422d
Octal113472777512003137610255
Binary1001011100111101111111111011010000011001111111101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B27BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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