Html Css Color HEX #482ED0 Purple Heart

📋 copy color: '#482ED0'

red 72 ◦ green 46 ◦ blue 208

#482ED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #482ED0

Tints of Purple Heart #482ED0

RGB

 RED value IS 72 (28.52% from 255) = 22.09%

 GREEN value IS 46 (18.36% from 255) = 14.11%

 BLUE value IS 208 (81.64% from 255) = 63.8%

R = 22.09%
G = 14.11%
B = 63.8%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#482ED0 (or 0x482ED0) is known color: Purple Heart. HEX triplet: 48, 2E and D0. RGB value is (72,46,208). Sum of RGB (Red+Green+Blue) = 72+46+208=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #482ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ED0 is #B7D12F. Grayscale: #474747. Windows color (decimal): -12046640 or 13643336. OLE color: 13643336.

HSL color Cylindrical-coordinate representation of color #482ED0: hue angle of 249.63º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482ED0 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 46 208 -
CMYK 0.65 0.78 0 0.18
HSL 249.63º 0.64% 0.5% -
HSV(B) 249.63º 0.78% 0.82% -
XYZ 15.03 7.89 60.4 -
YUV 72.24 204.61 127.83 -
System Red Green Blue C M Y K H S L
Decimal 72 46 208 0.65 0.78 0 0.18 249.63 0.64 0.5
Hex 48 2E D0 41 4E 0 12 FA 40 32
Octal 110 56 320 101 116 0 22 372 100 62
Binary 1001000 101110 11010000 1000001 1001110 0 10010 11111010 1000000 110010

Color Harmonies of #482ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482ED0

Black with #482ED0

Text Example


Text Example

White with #482ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #482ED0;
 }
 .AnyTagClassName
 {
   color: #482ED0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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