Html Css Color HEX #481C53 Hot Purple

📋 copy color: '#481C53'

red 72 ◦ green 28 ◦ blue 83

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

Shades of Hot Purple #481C53

Tints of Hot Purple #481C53

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 39.34%
G = 15.3%
B = 45.36%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#481C53 (or 0x481C53) is known color: Hot Purple. HEX triplet: 48, 1C and 53. RGB value is (72,28,83). Sum of RGB (Red+Green+Blue) = 72+28+83=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #481C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C53 is #B7E3AC. Grayscale: #2F2F2F. Windows color (decimal): -12051373 or 5446728. OLE color: 5446728.

HSL color Cylindrical-coordinate representation of color #481C53: hue angle of 288º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #481C53 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 28 83 -
CMYK 0.13 0.66 0 0.67
HSL 288º 0.5% 0.22% -
HSV(B) 288º 0.66% 0.33% -
XYZ 4.65 2.83 8.49 -
YUV 47.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 72 28 83 0.13 0.66 0 0.67 288 0.5 0.22
Hex 48 1C 53 D 42 0 43 120 32 16
Octal 110 34 123 15 102 0 103 440 62 26
Binary 1001000 11100 1010011 1101 1000010 0 1000011 100100000 110010 10110

Color Harmonies of #481C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C53

Black with #481C53

Text Example


Text Example

White with #481C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,28,83); }

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

background-color css

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

 a { background-color: rgb(72,28,83); }

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

border-color css

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

 span { border-color: rgb(72,28,83); }

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