Html Css Color HEX #480F4D Hot Purple

📋 copy color: '#480F4D'

red 72 ◦ green 15 ◦ blue 77

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

Shades of Hot Purple #480F4D

Tints of Hot Purple #480F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.15%

 BLUE value IS 77 (30.47% from 255) = 46.95%

R = 43.9%
G = 9.15%
B = 46.95%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#480F4D (or 0x480F4D) is known color: Hot Purple. HEX triplet: 48, 0F and 4D. RGB value is (72,15,77). Sum of RGB (Red+Green+Blue) = 72+15+77=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #480F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480F4D is #B7F0B2. Grayscale: #262626. Windows color (decimal): -12054707 or 5050184. OLE color: 5050184.

HSL color Cylindrical-coordinate representation of color #480F4D: hue angle of 295.16º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #480F4D is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 15 77 -
CMYK 0.06 0.81 0 0.70
HSL 295.16º 0.67% 0.18% -
HSV(B) 295.16º 0.81% 0.3% -
XYZ 4.18 2.26 7.24 -
YUV 39.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 72 15 77 0.06 0.81 0 0.70 295.16 0.67 0.18
Hex 48 F 4D 6 51 0 46 127 43 12
Octal 110 17 115 6 121 0 106 447 103 22
Binary 1001000 1111 1001101 110 1010001 0 1000110 100100111 1000011 10010

Color Harmonies of #480F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F4D

Black with #480F4D

Text Example


Text Example

White with #480F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480F4D; }

 p { color: rgb(72,15,77); }

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

background-color css

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

 a { background-color: rgb(72,15,77); }

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

border-color css

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

 span { border-color: rgb(72,15,77); }

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