#4933B8

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

Shades of Purple Heart #4933B8

Tints of Purple Heart #4933B8

Color information

#4933B8 (or 0x4933B8) is unknown color: approx Purple Heart. HEX triplet: 49, 33 and B8. RGB value is (73,51,184). Sum of RGB (Red+Green+Blue) = 73+51+184=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #4933B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4933B8 is #B6CC47. Grayscale: #484848. Windows color (decimal): -11979848 or 12071753. OLE color: 12071753.

HSL color Cylindrical-coordinate representation of color #4933B8: hue angle of 249.92º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4933B8 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7351184-
CMYK0.600.7200.28
HSL249.92º56.6%46.08%-
HSV(B)249.92º72.28%72.16%-
XYZ12.587.2446.08-
YUV72.74190.79128.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 184 (72.27% from 255) = 59.74%
R=23.70%
G=16.56%
B=59.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73511840.600.7200.28249.9256.646.08
Hex4933B83C4801Cfa392e
Octal11163270741100343727156
Binary100100111001110111000111100100100001110011111010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4933B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4933B8; }

 p { color: rgb(73,51,184); }

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

<style>
 a { background-color: #4933B8; }

 a { background-color: rgb(73,51,184); }

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

<style>
 span { border-color: #4933B8; }

 span { border-color: rgb(73,51,184); }

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