Html Css Color HEX #480051 Hot Purple

📋 copy color: '#480051'

red 72 ◦ green 0 ◦ blue 81

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

Shades of Hot Purple #480051

Tints of Hot Purple #480051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 81 (32.03% from 255) = 52.94%

R = 47.06%
G = 0%
B = 52.94%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#480051 (or 0x480051) is known color: Hot Purple. HEX triplet: 48, 00 and 51. RGB value is (72,0,81). Sum of RGB (Red+Green+Blue) = 72+0+81=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #480051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480051 is #B7FFAE. Grayscale: #1E1E1E. Windows color (decimal): -12058543 or 5308488. OLE color: 5308488.

HSL color Cylindrical-coordinate representation of color #480051: hue angle of 293.33º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480051 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 0 81 -
CMYK 0.11 1 0 0.68
HSL 293.33º 1% 0.16% -
HSV(B) 293.33º 1% 0.32% -
XYZ 4.16 1.97 7.95 -
YUV 30.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 72 0 81 0.11 1 0 0.68 293.33 1 0.16
Hex 48 0 51 B 64 0 44 125 64 10
Octal 110 0 121 13 144 0 104 445 144 20
Binary 1001000 0 1010001 1011 1100100 0 1000100 100100101 1100100 10000

Color Harmonies of #480051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480051

Black with #480051

Text Example


Text Example

White with #480051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480051; }

 p { color: rgb(72,0,81); }

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

background-color css

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

 a { background-color: rgb(72,0,81); }

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

border-color css

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

 span { border-color: rgb(72,0,81); }

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