Html Css Color HEX #480850 Hot Purple

📋 copy color: '#480850'

red 72 ◦ green 8 ◦ blue 80

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

Shades of Hot Purple #480850

Tints of Hot Purple #480850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

 BLUE value IS 80 (31.64% from 255) = 50%

R = 45%
G = 5%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#480850 (or 0x480850) is known color: Hot Purple. HEX triplet: 48, 08 and 50. RGB value is (72,8,80). Sum of RGB (Red+Green+Blue) = 72+8+80=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #480850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480850 is #B7F7AF. Grayscale: #232323. Windows color (decimal): -12056496 or 5245000. OLE color: 5245000.

HSL color Cylindrical-coordinate representation of color #480850: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480850 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 8 80 -
CMYK 0.10 0.90 0 0.69
HSL 293.33º 0.82% 0.17% -
HSV(B) 293.33º 0.9% 0.31% -
XYZ 4.21 2.13 7.78 -
YUV 35.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 72 8 80 0.10 0.90 0 0.69 293.33 0.82 0.17
Hex 48 8 50 A 5A 0 45 125 52 11
Octal 110 10 120 12 132 0 105 445 122 21
Binary 1001000 1000 1010000 1010 1011010 0 1000101 100100101 1010010 10001

Color Harmonies of #480850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480850

Black with #480850

Text Example


Text Example

White with #480850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480850; }

 p { color: rgb(72,8,80); }

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

background-color css

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

 a { background-color: rgb(72,8,80); }

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

border-color css

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

 span { border-color: rgb(72,8,80); }

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