Html Css Color HEX #480ECD Purple Heart

📋 copy color: '#480ECD'

red 72 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #480ECD

Tints of Purple Heart #480ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

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

R = 24.74%
G = 4.81%
B = 70.45%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#480ECD (or 0x480ECD) is known color: Purple Heart. HEX triplet: 48, 0E and CD. RGB value is (72,14,205). Sum of RGB (Red+Green+Blue) = 72+14+205=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #480ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480ECD is #B7F132. Grayscale: #343434. Windows color (decimal): -12054835 or 13438536. OLE color: 13438536.

HSL color Cylindrical-coordinate representation of color #480ECD: hue angle of 258.22º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480ECD is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 14 205 -
CMYK 0.65 0.93 0 0.20
HSL 258.22º 0.87% 0.43% -
HSV(B) 258.22º 0.93% 0.8% -
XYZ 13.85 6.1 58.21 -
YUV 53.12 213.72 141.47 -
System Red Green Blue C M Y K H S L
Decimal 72 14 205 0.65 0.93 0 0.20 258.22 0.87 0.43
Hex 48 E CD 41 5D 0 14 102 57 2B
Octal 110 16 315 101 135 0 24 402 127 53
Binary 1001000 1110 11001101 1000001 1011101 0 10100 100000010 1010111 101011

Color Harmonies of #480ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480ECD

Black with #480ECD

Text Example


Text Example

White with #480ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480ECD; }

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

 H1.HeaderClassName
 {
   color: #480ECD;
 }
 .AnyTagClassName
 {
   color: #480ECD;
 }
</style>

background-color css

<style>
 a { background-color: #480ECD; }

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

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

border-color css

<style>
 span { border-color: #480ECD; }

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

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