Html Css Color HEX #481053 Hot Purple

📋 copy color: '#481053'

red 72 ◦ green 16 ◦ blue 83

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

Shades of Hot Purple #481053

Tints of Hot Purple #481053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

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

R = 42.11%
G = 9.36%
B = 48.54%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#481053 (or 0x481053) is known color: Hot Purple. HEX triplet: 48, 10 and 53. RGB value is (72,16,83). Sum of RGB (Red+Green+Blue) = 72+16+83=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #481053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481053 is #B7EFAC. Grayscale: #282828. Windows color (decimal): -12054445 or 5443656. OLE color: 5443656.

HSL color Cylindrical-coordinate representation of color #481053: hue angle of 290.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481053 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 16 83 -
CMYK 0.13 0.81 0 0.67
HSL 290.15º 0.68% 0.19% -
HSV(B) 290.15º 0.81% 0.33% -
XYZ 4.42 2.37 8.41 -
YUV 40.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 72 16 83 0.13 0.81 0 0.67 290.15 0.68 0.19
Hex 48 10 53 D 51 0 43 122 44 13
Octal 110 20 123 15 121 0 103 442 104 23
Binary 1001000 10000 1010011 1101 1010001 0 1000011 100100010 1000100 10011

Color Harmonies of #481053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481053

Black with #481053

Text Example


Text Example

White with #481053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481053; }

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

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

background-color css

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

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

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

border-color css

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

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

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