#482EBC

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

Shades of Purple Heart #482EBC

Tints of Purple Heart #482EBC

Color information

#482EBC (or 0x482EBC) is unknown color: approx Purple Heart. HEX triplet: 48, 2E and BC. RGB value is (72,46,188). Sum of RGB (Red+Green+Blue) = 72+46+188=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #482EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482EBC is #B7D143. Grayscale: #454545. Windows color (decimal): -12046660 or 12332616. OLE color: 12332616.

HSL color Cylindrical-coordinate representation of color #482EBC: hue angle of 250.99º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482EBC is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7246188-
CMYK0.620.7600.26
HSL250.99º60.68%45.88%-
HSV(B)250.99º75.53%73.73%-
XYZ12.736.9648.25-
YUV69.96194.61129.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 188 (73.83% from 255) = 61.44%
R=23.53%
G=15.03%
B=61.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72461880.620.7600.26250.9960.6845.88
Hex482EBC3E4C01Afb3d2e
Octal11056274761140323737556
Binary100100010111010111100111110100110001101011111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482EBC; }

 p { color: rgb(72,46,188); }

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

<style>
 a { background-color: #482EBC; }

 a { background-color: rgb(72,46,188); }

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

<style>
 span { border-color: #482EBC; }

 span { border-color: rgb(72,46,188); }

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