Html Css Color HEX #480350 Hot Purple

📋 copy color: '#480350'

red 72 ◦ green 3 ◦ blue 80

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

Shades of Hot Purple #480350

Tints of Hot Purple #480350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

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

R = 46.45%
G = 1.94%
B = 51.61%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#480350 (or 0x480350) is known color: Hot Purple. HEX triplet: 48, 03 and 50. RGB value is (72,3,80). Sum of RGB (Red+Green+Blue) = 72+3+80=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #480350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480350 is #B7FCAF. Grayscale: #202020. Windows color (decimal): -12057776 or 5243720. OLE color: 5243720.

HSL color Cylindrical-coordinate representation of color #480350: hue angle of 293.77º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480350 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 3 80 -
CMYK 0.10 0.96 0 0.69
HSL 293.77º 0.93% 0.16% -
HSV(B) 293.77º 0.96% 0.31% -
XYZ 4.15 2.02 7.76 -
YUV 32.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 72 3 80 0.10 0.96 0 0.69 293.77 0.93 0.16
Hex 48 3 50 A 60 0 45 126 5D 10
Octal 110 3 120 12 140 0 105 446 135 20
Binary 1001000 11 1010000 1010 1100000 0 1000101 100100110 1011101 10000

Color Harmonies of #480350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480350

Black with #480350

Text Example


Text Example

White with #480350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480350; }

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

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

background-color css

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

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

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

border-color css

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

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

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