Html Css Color HEX #480455 Hot Purple

📋 copy color: '#480455'

red 72 ◦ green 4 ◦ blue 85

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

Shades of Hot Purple #480455

Tints of Hot Purple #480455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.48%

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

R = 44.72%
G = 2.48%
B = 52.8%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#480455 (or 0x480455) is known color: Hot Purple. HEX triplet: 48, 04 and 55. RGB value is (72,4,85). Sum of RGB (Red+Green+Blue) = 72+4+85=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #480455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480455 is #B7FBAA. Grayscale: #212121. Windows color (decimal): -12057515 or 5571656. OLE color: 5571656.

HSL color Cylindrical-coordinate representation of color #480455: hue angle of 290.37º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480455 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 4 85 -
CMYK 0.15 0.95 0 0.67
HSL 290.37º 0.91% 0.17% -
HSV(B) 290.37º 0.95% 0.33% -
XYZ 4.36 2.12 8.77 -
YUV 33.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 72 4 85 0.15 0.95 0 0.67 290.37 0.91 0.17
Hex 48 4 55 F 5F 0 43 122 5B 11
Octal 110 4 125 17 137 0 103 442 133 21
Binary 1001000 100 1010101 1111 1011111 0 1000011 100100010 1011011 10001

Color Harmonies of #480455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480455

Black with #480455

Text Example


Text Example

White with #480455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480455; }

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

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

background-color css

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

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

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

border-color css

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

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

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