Html Css Color HEX #481851 Hot Purple

📋 copy color: '#481851'

red 72 ◦ green 24 ◦ blue 81

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

Shades of Hot Purple #481851

Tints of Hot Purple #481851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

 BLUE value IS 81 (32.03% from 255) = 45.76%

R = 40.68%
G = 13.56%
B = 45.76%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#481851 (or 0x481851) is known color: Hot Purple. HEX triplet: 48, 18 and 51. RGB value is (72,24,81). Sum of RGB (Red+Green+Blue) = 72+24+81=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #481851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481851 is #B7E7AE. Grayscale: #2C2C2C. Windows color (decimal): -12052399 or 5314632. OLE color: 5314632.

HSL color Cylindrical-coordinate representation of color #481851: hue angle of 290.53º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #481851 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 24 81 -
CMYK 0.11 0.70 0 0.68
HSL 290.53º 0.54% 0.21% -
HSV(B) 290.53º 0.7% 0.32% -
XYZ 4.48 2.63 8.05 -
YUV 44.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 72 24 81 0.11 0.70 0 0.68 290.53 0.54 0.21
Hex 48 18 51 B 46 0 44 123 36 15
Octal 110 30 121 13 106 0 104 443 66 25
Binary 1001000 11000 1010001 1011 1000110 0 1000100 100100011 110110 10101

Color Harmonies of #481851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481851

Black with #481851

Text Example


Text Example

White with #481851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481851; }

 p { color: rgb(72,24,81); }

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

background-color css

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

 a { background-color: rgb(72,24,81); }

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

border-color css

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

 span { border-color: rgb(72,24,81); }

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