Html Css Color HEX #480DB3 Purple Heart

📋 copy color: '#480DB3'

red 72 ◦ green 13 ◦ blue 179

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

Shades of Purple Heart #480DB3

Tints of Purple Heart #480DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 67.8%

R = 27.27%
G = 4.92%
B = 67.8%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#480DB3 (or 0x480DB3) is known color: Purple Heart. HEX triplet: 48, 0D and B3. RGB value is (72,13,179). Sum of RGB (Red+Green+Blue) = 72+13+179=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 179 (70.31% from 255 or 67.80% from 264); Max value from RGB is 179 - color contains mainly: blue. Hex color #480DB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480DB3 is #B7F24C. Grayscale: #303030. Windows color (decimal): -12055117 or 11734344. OLE color: 11734344.

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

Color convert

RGB 72 13 179 -
CMYK 0.60 0.93 0 0.30
HSL 261.33º 0.86% 0.38% -
HSV(B) 261.33º 0.93% 0.7% -
XYZ 10.95 4.92 43.02 -
YUV 49.57 201.05 144 -
System Red Green Blue C M Y K H S L
Decimal 72 13 179 0.60 0.93 0 0.30 261.33 0.86 0.38
Hex 48 D B3 3C 5D 0 1E 105 56 26
Octal 110 15 263 74 135 0 36 405 126 46
Binary 1001000 1101 10110011 111100 1011101 0 11110 100000101 1010110 100110

Color Harmonies of #480DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480DB3

Black with #480DB3

Text Example


Text Example

White with #480DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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