#4b18a7

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

Shades of Purple Heart #4B18A7

Tints of Purple Heart #4B18A7

Color information

#4B18A7 (or 0x4B18A7) is unknown color: approx Purple Heart. HEX triplet: 4B, 18 and A7. RGB value is (75,24,167). Sum of RGB (Red+Green+Blue) = 75+24+167=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 167 (65.62% from 255 or 62.78% from 266); Max value from RGB is 167 - color contains mainly: blue. Hex color #4B18A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B18A7 is #B4E758. Grayscale: #373737. Windows color (decimal): -11855705 or 10950731. OLE color: 10950731.

HSL color Cylindrical-coordinate representation of color #4B18A7: hue angle of 261.4º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B18A7 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7524167-
CMYK0.550.8600.35
HSL261.4º74.87%37.45%-
HSV(B)261.4º85.63%65.49%-
XYZ10.24.9436.97-
YUV55.55190.9141.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.20%
GREEN value IS 24 (9.77% from 255) = 9.02%
BLUE value IS 167 (65.62% from 255) = 62.78%
R=28.20%
G=9.02%
B=62.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75241670.550.8600.35261.474.8737.45
Hex4B18A737560231054b25
Octal113302476712604340511345
Binary10010111100010100111110111101011001000111000001011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b18a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,24,167); }

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

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

 a { background-color: rgb(75,24,167); }

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

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

 span { border-color: rgb(75,24,167); }

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