Html Css Color HEX #482ACD Purple Heart

📋 copy color: '#482ACD'

red 72 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #482ACD

Tints of Purple Heart #482ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.17%

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 22.57%
G = 13.17%
B = 64.26%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#482ACD (or 0x482ACD) is known color: Purple Heart. HEX triplet: 48, 2A and CD. RGB value is (72,42,205). Sum of RGB (Red+Green+Blue) = 72+42+205=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #482ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ACD is #B7D532. Grayscale: #444444. Windows color (decimal): -12047667 or 13445704. OLE color: 13445704.

HSL color Cylindrical-coordinate representation of color #482ACD: hue angle of 251.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #482ACD is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 42 205 -
CMYK 0.65 0.80 0 0.20
HSL 251.04º 0.66% 0.48% -
HSV(B) 251.04º 0.8% 0.8% -
XYZ 14.52 7.44 58.43 -
YUV 69.55 204.44 129.75 -
System Red Green Blue C M Y K H S L
Decimal 72 42 205 0.65 0.80 0 0.20 251.04 0.66 0.48
Hex 48 2A CD 41 50 0 14 FB 42 30
Octal 110 52 315 101 120 0 24 373 102 60
Binary 1001000 101010 11001101 1000001 1010000 0 10100 11111011 1000010 110000

Color Harmonies of #482ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482ACD

Black with #482ACD

Text Example


Text Example

White with #482ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,205); }

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

background-color css

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

 a { background-color: rgb(72,42,205); }

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

border-color css

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

 span { border-color: rgb(72,42,205); }

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