Html Css Color HEX #481150 Hot Purple

📋 copy color: '#481150'

red 72 ◦ green 17 ◦ blue 80

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

Shades of Hot Purple #481150

Tints of Hot Purple #481150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

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

R = 42.6%
G = 10.06%
B = 47.34%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#481150 (or 0x481150) is known color: Hot Purple. HEX triplet: 48, 11 and 50. RGB value is (72,17,80). Sum of RGB (Red+Green+Blue) = 72+17+80=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #481150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481150 is #B7EEAF. Grayscale: #282828. Windows color (decimal): -12054192 or 5247304. OLE color: 5247304.

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

Color convert

RGB 72 17 80 -
CMYK 0.10 0.79 0 0.69
HSL 292.38º 0.65% 0.19% -
HSV(B) 292.38º 0.79% 0.31% -
XYZ 4.32 2.36 7.82 -
YUV 40.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 72 17 80 0.10 0.79 0 0.69 292.38 0.65 0.19
Hex 48 11 50 A 4F 0 45 124 41 13
Octal 110 21 120 12 117 0 105 444 101 23
Binary 1001000 10001 1010000 1010 1001111 0 1000101 100100100 1000001 10011

Color Harmonies of #481150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481150

Black with #481150

Text Example


Text Example

White with #481150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481150; }

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

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

background-color css

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

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

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

border-color css

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

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

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