Html Css Color HEX #480053 Hot Purple

📋 copy color: '#480053'

red 72 ◦ green 0 ◦ blue 83

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

Shades of Hot Purple #480053

Tints of Hot Purple #480053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 46.45%
G = 0%
B = 53.55%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#480053 (or 0x480053) is known color: Hot Purple. HEX triplet: 48, 00 and 53. RGB value is (72,0,83). Sum of RGB (Red+Green+Blue) = 72+0+83=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #480053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480053 is #B7FFAC. Grayscale: #1E1E1E. Windows color (decimal): -12058541 or 5439560. OLE color: 5439560.

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

Color convert

RGB 72 0 83 -
CMYK 0.13 1 0 0.67
HSL 292.05º 1% 0.16% -
HSV(B) 292.05º 1% 0.33% -
XYZ 4.23 2 8.35 -
YUV 30.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 72 0 83 0.13 1 0 0.67 292.05 1 0.16
Hex 48 0 53 D 64 0 43 124 64 10
Octal 110 0 123 15 144 0 103 444 144 20
Binary 1001000 0 1010011 1101 1100100 0 1000011 100100100 1100100 10000

Color Harmonies of #480053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480053

Black with #480053

Text Example


Text Example

White with #480053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480053; }

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

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

background-color css

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

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

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

border-color css

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

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

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