Html Css Color HEX #480BBF Purple Heart

📋 copy color: '#480BBF'

red 72 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #480BBF

Tints of Purple Heart #480BBF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.01%

 BLUE value IS 191 (75% from 255) = 69.71%

R = 26.28%
G = 4.01%
B = 69.71%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#480BBF (or 0x480BBF) is known color: Purple Heart. HEX triplet: 48, 0B and BF. RGB value is (72,11,191). Sum of RGB (Red+Green+Blue) = 72+11+191=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #480BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BBF is #B7F440. Grayscale: #313131. Windows color (decimal): -12055617 or 12520264. OLE color: 12520264.

HSL color Cylindrical-coordinate representation of color #480BBF: hue angle of 260.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480BBF is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 11 191 -
CMYK 0.62 0.94 0 0.25
HSL 260.33º 0.89% 0.4% -
HSV(B) 260.33º 0.94% 0.75% -
XYZ 12.2 5.38 49.69 -
YUV 49.76 207.71 143.86 -
System Red Green Blue C M Y K H S L
Decimal 72 11 191 0.62 0.94 0 0.25 260.33 0.89 0.4
Hex 48 B BF 3E 5E 0 19 104 59 28
Octal 110 13 277 76 136 0 31 404 131 50
Binary 1001000 1011 10111111 111110 1011110 0 11001 100000100 1011001 101000

Color Harmonies of #480BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480BBF

Black with #480BBF

Text Example


Text Example

White with #480BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,11,191); }

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

background-color css

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

 a { background-color: rgb(72,11,191); }

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

border-color css

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

 span { border-color: rgb(72,11,191); }

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