Html Css Color HEX #480FBC Purple Heart

📋 copy color: '#480FBC'

red 72 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #480FBC

Tints of Purple Heart #480FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

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

R = 26.18%
G = 5.45%
B = 68.36%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#480FBC (or 0x480FBC) is known color: Purple Heart. HEX triplet: 48, 0F and BC. RGB value is (72,15,188). Sum of RGB (Red+Green+Blue) = 72+15+188=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #480FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480FBC is #B7F043. Grayscale: #333333. Windows color (decimal): -12054596 or 12324680. OLE color: 12324680.

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

Color convert

RGB 72 15 188 -
CMYK 0.62 0.92 0 0.26
HSL 259.77º 0.85% 0.4% -
HSV(B) 259.77º 0.92% 0.74% -
XYZ 11.92 5.35 47.98 -
YUV 51.77 204.88 142.43 -
System Red Green Blue C M Y K H S L
Decimal 72 15 188 0.62 0.92 0 0.26 259.77 0.85 0.4
Hex 48 F BC 3E 5C 0 1A 104 55 28
Octal 110 17 274 76 134 0 32 404 125 50
Binary 1001000 1111 10111100 111110 1011100 0 11010 100000100 1010101 101000

Color Harmonies of #480FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480FBC

Black with #480FBC

Text Example


Text Example

White with #480FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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