Html Css Color HEX #480DB6 Purple Heart

📋 copy color: '#480DB6'

red 72 ◦ green 13 ◦ blue 182

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

Shades of Purple Heart #480DB6

Tints of Purple Heart #480DB6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

 BLUE value IS 182 (71.48% from 255) = 68.16%

R = 26.97%
G = 4.87%
B = 68.16%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#480DB6 (or 0x480DB6) is known color: Purple Heart. HEX triplet: 48, 0D and B6. RGB value is (72,13,182). Sum of RGB (Red+Green+Blue) = 72+13+182=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 182 (71.48% from 255 or 68.16% from 267); Max value from RGB is 182 - color contains mainly: blue. Hex color #480DB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480DB6 is #B7F249. Grayscale: #313131. Windows color (decimal): -12055114 or 11930952. OLE color: 11930952.

HSL color Cylindrical-coordinate representation of color #480DB6: hue angle of 260.95º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480DB6 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 13 182 -
CMYK 0.60 0.93 0 0.29
HSL 260.95º 0.87% 0.38% -
HSV(B) 260.95º 0.93% 0.71% -
XYZ 11.26 5.04 44.64 -
YUV 49.91 202.55 143.76 -
System Red Green Blue C M Y K H S L
Decimal 72 13 182 0.60 0.93 0 0.29 260.95 0.87 0.38
Hex 48 D B6 3C 5D 0 1D 105 57 26
Octal 110 15 266 74 135 0 35 405 127 46
Binary 1001000 1101 10110110 111100 1011101 0 11101 100000101 1010111 100110

Color Harmonies of #480DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480DB6

Black with #480DB6

Text Example


Text Example

White with #480DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,13,182); }

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

background-color css

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

 a { background-color: rgb(72,13,182); }

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

border-color css

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

 span { border-color: rgb(72,13,182); }

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