Html Css Color HEX #480EBC Purple Heart

📋 copy color: '#480EBC'

red 72 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #480EBC

Tints of Purple Heart #480EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.61%

R = 26.28%
G = 5.11%
B = 68.61%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#480EBC (or 0x480EBC) is known color: Purple Heart. HEX triplet: 48, 0E and BC. RGB value is (72,14,188). Sum of RGB (Red+Green+Blue) = 72+14+188=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #480EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480EBC is #B7F143. Grayscale: #323232. Windows color (decimal): -12054852 or 12324424. OLE color: 12324424.

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

Color convert

RGB 72 14 188 -
CMYK 0.62 0.93 0 0.26
HSL 260º 0.86% 0.4% -
HSV(B) 260º 0.93% 0.74% -
XYZ 11.91 5.32 47.98 -
YUV 51.18 205.22 142.85 -
System Red Green Blue C M Y K H S L
Decimal 72 14 188 0.62 0.93 0 0.26 260 0.86 0.4
Hex 48 E BC 3E 5D 0 1A 104 56 28
Octal 110 16 274 76 135 0 32 404 126 50
Binary 1001000 1110 10111100 111110 1011101 0 11010 100000100 1010110 101000

Color Harmonies of #480EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480EBC

Black with #480EBC

Text Example


Text Example

White with #480EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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