#4B27B6

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

Shades of Purple Heart #4B27B6

Tints of Purple Heart #4B27B6

Color information

#4B27B6 (or 0x4B27B6) is unknown color: approx Purple Heart. HEX triplet: 4B, 27 and B6. RGB value is (75,39,182). Sum of RGB (Red+Green+Blue) = 75+39+182=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 182 (71.48% from 255 or 61.49% from 296); Max value from RGB is 182 - color contains mainly: blue. Hex color #4B27B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B27B6 is #B4D849. Grayscale: #414141. Windows color (decimal): -11851850 or 11937611. OLE color: 11937611.

HSL color Cylindrical-coordinate representation of color #4B27B6: hue angle of 255.1º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B27B6 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7539182-
CMYK0.590.7900.29
HSL255.1º64.71%43.33%-
HSV(B)255.1º78.57%71.37%-
XYZ12.076.3244.84-
YUV66.07193.43134.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.34%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 182 (71.48% from 255) = 61.49%
R=25.34%
G=13.18%
B=61.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75391820.590.7900.29255.164.7143.33
Hex4B27B63B4F01Dff412b
Octal113472667311703537710153
Binary1001011100111101101101110111001111011101111111111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B27B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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