Html Css Color HEX #481154 Hot Purple

📋 copy color: '#481154'

red 72 ◦ green 17 ◦ blue 84

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

Shades of Hot Purple #481154

Tints of Hot Purple #481154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 48.55%

R = 41.62%
G = 9.83%
B = 48.55%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#481154 (or 0x481154) is known color: Hot Purple. HEX triplet: 48, 11 and 54. RGB value is (72,17,84). Sum of RGB (Red+Green+Blue) = 72+17+84=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #481154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481154 is #B7EEAB. Grayscale: #282828. Windows color (decimal): -12054188 or 5509448. OLE color: 5509448.

HSL color Cylindrical-coordinate representation of color #481154: hue angle of 289.25º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481154 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 17 84 -
CMYK 0.14 0.80 0 0.67
HSL 289.25º 0.66% 0.2% -
HSV(B) 289.25º 0.8% 0.33% -
XYZ 4.47 2.42 8.62 -
YUV 41.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 72 17 84 0.14 0.80 0 0.67 289.25 0.66 0.2
Hex 48 11 54 E 50 0 43 121 42 14
Octal 110 21 124 16 120 0 103 441 102 24
Binary 1001000 10001 1010100 1110 1010000 0 1000011 100100001 1000010 10100

Color Harmonies of #481154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481154

Black with #481154

Text Example


Text Example

White with #481154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481154; }

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

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

background-color css

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

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

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

border-color css

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

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

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