Html Css Color HEX #480151 Hot Purple

📋 copy color: '#480151'

red 72 ◦ green 1 ◦ blue 81

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

Shades of Hot Purple #480151

Tints of Hot Purple #480151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 46.75%
G = 0.65%
B = 52.6%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#480151 (or 0x480151) is known color: Hot Purple. HEX triplet: 48, 01 and 51. RGB value is (72,1,81). Sum of RGB (Red+Green+Blue) = 72+1+81=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #480151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480151 is #B7FEAE. Grayscale: #1F1F1F. Windows color (decimal): -12058287 or 5308744. OLE color: 5308744.

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

Color convert

RGB 72 1 81 -
CMYK 0.11 0.99 0 0.68
HSL 293.25º 0.98% 0.16% -
HSV(B) 293.25º 0.99% 0.32% -
XYZ 4.17 1.99 7.95 -
YUV 31.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 72 1 81 0.11 0.99 0 0.68 293.25 0.98 0.16
Hex 48 1 51 B 63 0 44 125 62 10
Octal 110 1 121 13 143 0 104 445 142 20
Binary 1001000 1 1010001 1011 1100011 0 1000100 100100101 1100010 10000

Color Harmonies of #480151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480151

Black with #480151

Text Example


Text Example

White with #480151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480151; }

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

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

background-color css

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

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

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

border-color css

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

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

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