#4830B2

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

Shades of Purple Heart #4830B2

Tints of Purple Heart #4830B2

Color information

#4830B2 (or 0x4830B2) is unknown color: approx Purple Heart. HEX triplet: 48, 30 and B2. RGB value is (72,48,178). Sum of RGB (Red+Green+Blue) = 72+48+178=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #4830B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4830B2 is #B7CF4D. Grayscale: #454545. Windows color (decimal): -12046158 or 11677768. OLE color: 11677768.

HSL color Cylindrical-coordinate representation of color #4830B2: hue angle of 251.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4830B2 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7248178-
CMYK0.600.7300.30
HSL251.08º57.52%44.31%-
HSV(B)251.08º73.03%69.8%-
XYZ11.776.7142.79-
YUV70188.95129.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 48 (19.14% from 255) = 16.11%
BLUE value IS 178 (69.92% from 255) = 59.73%
R=24.16%
G=16.11%
B=59.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72481780.600.7300.30251.0857.5244.31
Hex4830B23C4901Efb3a2c
Octal11060262741110363737254
Binary100100011000010110010111100100100101111011111011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4830B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4830B2; }

 p { color: rgb(72,48,178); }

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

<style>
 a { background-color: #4830B2; }

 a { background-color: rgb(72,48,178); }

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

<style>
 span { border-color: #4830B2; }

 span { border-color: rgb(72,48,178); }

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