Html Css Color HEX #481153 Hot Purple

📋 copy color: '#481153'

red 72 ◦ green 17 ◦ blue 83

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

Shades of Hot Purple #481153

Tints of Hot Purple #481153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 41.86%
G = 9.88%
B = 48.26%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#481153 (or 0x481153) is known color: Hot Purple. HEX triplet: 48, 11 and 53. RGB value is (72,17,83). Sum of RGB (Red+Green+Blue) = 72+17+83=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #481153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481153 is #B7EEAC. Grayscale: #282828. Windows color (decimal): -12054189 or 5443912. OLE color: 5443912.

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

Color convert

RGB 72 17 83 -
CMYK 0.13 0.80 0 0.67
HSL 290º 0.66% 0.2% -
HSV(B) 290º 0.8% 0.33% -
XYZ 4.43 2.4 8.41 -
YUV 40.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 72 17 83 0.13 0.80 0 0.67 290 0.66 0.2
Hex 48 11 53 D 50 0 43 122 42 14
Octal 110 21 123 15 120 0 103 442 102 24
Binary 1001000 10001 1010011 1101 1010000 0 1000011 100100010 1000010 10100

Color Harmonies of #481153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481153

Black with #481153

Text Example


Text Example

White with #481153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481153; }

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

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

background-color css

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

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

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

border-color css

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

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

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