Html Css Color HEX #480953 Hot Purple

📋 copy color: '#480953'

red 72 ◦ green 9 ◦ blue 83

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

Shades of Hot Purple #480953

Tints of Hot Purple #480953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

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

R = 43.9%
G = 5.49%
B = 50.61%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#480953 (or 0x480953) is known color: Hot Purple. HEX triplet: 48, 09 and 53. RGB value is (72,9,83). Sum of RGB (Red+Green+Blue) = 72+9+83=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #480953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480953 is #B7F6AC. Grayscale: #242424. Windows color (decimal): -12056237 or 5441864. OLE color: 5441864.

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

Color convert

RGB 72 9 83 -
CMYK 0.13 0.89 0 0.67
HSL 291.08º 0.8% 0.18% -
HSV(B) 291.08º 0.89% 0.33% -
XYZ 4.33 2.2 8.38 -
YUV 36.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 72 9 83 0.13 0.89 0 0.67 291.08 0.8 0.18
Hex 48 9 53 D 59 0 43 123 50 12
Octal 110 11 123 15 131 0 103 443 120 22
Binary 1001000 1001 1010011 1101 1011001 0 1000011 100100011 1010000 10010

Color Harmonies of #480953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480953

Black with #480953

Text Example


Text Example

White with #480953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480953; }

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

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

background-color css

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

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

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

border-color css

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

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

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