Html Css Color HEX #481554 Hot Purple

📋 copy color: '#481554'

red 72 ◦ green 21 ◦ blue 84

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

Shades of Hot Purple #481554

Tints of Hot Purple #481554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.86%

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

R = 40.68%
G = 11.86%
B = 47.46%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#481554 (or 0x481554) is known color: Hot Purple. HEX triplet: 48, 15 and 54. RGB value is (72,21,84). Sum of RGB (Red+Green+Blue) = 72+21+84=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #481554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481554 is #B7EAAB. Grayscale: #2B2B2B. Windows color (decimal): -12053164 or 5510472. OLE color: 5510472.

HSL color Cylindrical-coordinate representation of color #481554: hue angle of 288.57º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481554 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 21 84 -
CMYK 0.14 0.75 0 0.67
HSL 288.57º 0.6% 0.21% -
HSV(B) 288.57º 0.75% 0.33% -
XYZ 4.54 2.55 8.64 -
YUV 43.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 72 21 84 0.14 0.75 0 0.67 288.57 0.6 0.21
Hex 48 15 54 E 4B 0 43 121 3C 15
Octal 110 25 124 16 113 0 103 441 74 25
Binary 1001000 10101 1010100 1110 1001011 0 1000011 100100001 111100 10101

Color Harmonies of #481554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481554

Black with #481554

Text Example


Text Example

White with #481554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481554; }

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

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

background-color css

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

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

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

border-color css

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

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

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