Html Css Color HEX #481A4D Hot Purple

📋 copy color: '#481A4D'

red 72 ◦ green 26 ◦ blue 77

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

Shades of Hot Purple #481A4D

Tints of Hot Purple #481A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.86%

 BLUE value IS 77 (30.47% from 255) = 44%

R = 41.14%
G = 14.86%
B = 44%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#481A4D (or 0x481A4D) is known color: Hot Purple. HEX triplet: 48, 1A and 4D. RGB value is (72,26,77). Sum of RGB (Red+Green+Blue) = 72+26+77=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #481A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A4D is #B7E5B2. Grayscale: #2D2D2D. Windows color (decimal): -12051891 or 5053000. OLE color: 5053000.

HSL color Cylindrical-coordinate representation of color #481A4D: hue angle of 294.12º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #481A4D is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 26 77 -
CMYK 0.06 0.66 0 0.70
HSL 294.12º 0.5% 0.2% -
HSV(B) 294.12º 0.66% 0.3% -
XYZ 4.38 2.65 7.3 -
YUV 45.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 72 26 77 0.06 0.66 0 0.70 294.12 0.5 0.2
Hex 48 1A 4D 6 42 0 46 126 32 14
Octal 110 32 115 6 102 0 106 446 62 24
Binary 1001000 11010 1001101 110 1000010 0 1000110 100100110 110010 10100

Color Harmonies of #481A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A4D

Black with #481A4D

Text Example


Text Example

White with #481A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481A4D; }

 p { color: rgb(72,26,77); }

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

background-color css

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

 a { background-color: rgb(72,26,77); }

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

border-color css

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

 span { border-color: rgb(72,26,77); }

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