Html Css Color HEX #480955 Hot Purple

📋 copy color: '#480955'

red 72 ◦ green 9 ◦ blue 85

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

Shades of Hot Purple #480955

Tints of Hot Purple #480955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 51.2%

R = 43.37%
G = 5.42%
B = 51.2%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#480955 (or 0x480955) is known color: Hot Purple. HEX triplet: 48, 09 and 55. RGB value is (72,9,85). Sum of RGB (Red+Green+Blue) = 72+9+85=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #480955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480955 is #B7F6AA. Grayscale: #242424. Windows color (decimal): -12056235 or 5572936. OLE color: 5572936.

HSL color Cylindrical-coordinate representation of color #480955: hue angle of 289.74º degrees, saturation: 0.81, 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 #480955 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 9 85 -
CMYK 0.15 0.89 0 0.67
HSL 289.74º 0.81% 0.18% -
HSV(B) 289.74º 0.89% 0.33% -
XYZ 4.41 2.23 8.79 -
YUV 36.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 72 9 85 0.15 0.89 0 0.67 289.74 0.81 0.18
Hex 48 9 55 F 59 0 43 122 51 12
Octal 110 11 125 17 131 0 103 442 121 22
Binary 1001000 1001 1010101 1111 1011001 0 1000011 100100010 1010001 10010

Color Harmonies of #480955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480955

Black with #480955

Text Example


Text Example

White with #480955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480955; }

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

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

background-color css

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

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

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

border-color css

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

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

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