Html Css Color HEX #481951 Hot Purple

📋 copy color: '#481951'

red 72 ◦ green 25 ◦ blue 81

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

Shades of Hot Purple #481951

Tints of Hot Purple #481951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 40.45%
G = 14.04%
B = 45.51%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#481951 (or 0x481951) is known color: Hot Purple. HEX triplet: 48, 19 and 51. RGB value is (72,25,81). Sum of RGB (Red+Green+Blue) = 72+25+81=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #481951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481951 is #B7E6AE. Grayscale: #2D2D2D. Windows color (decimal): -12052143 or 5314888. OLE color: 5314888.

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

Color convert

RGB 72 25 81 -
CMYK 0.11 0.69 0 0.68
HSL 290.36º 0.53% 0.21% -
HSV(B) 290.36º 0.69% 0.32% -
XYZ 4.51 2.67 8.06 -
YUV 45.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 72 25 81 0.11 0.69 0 0.68 290.36 0.53 0.21
Hex 48 19 51 B 45 0 44 122 35 15
Octal 110 31 121 13 105 0 104 442 65 25
Binary 1001000 11001 1010001 1011 1000101 0 1000100 100100010 110101 10101

Color Harmonies of #481951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481951

Black with #481951

Text Example


Text Example

White with #481951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481951; }

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

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

background-color css

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

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

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

border-color css

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

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

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