Html Css Color HEX #481450 Hot Purple

📋 copy color: '#481450'

red 72 ◦ green 20 ◦ blue 80

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

Shades of Hot Purple #481450

Tints of Hot Purple #481450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 80 (31.64% from 255) = 46.51%

R = 41.86%
G = 11.63%
B = 46.51%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#481450 (or 0x481450) is known color: Hot Purple. HEX triplet: 48, 14 and 50. RGB value is (72,20,80). Sum of RGB (Red+Green+Blue) = 72+20+80=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #481450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481450 is #B7EBAF. Grayscale: #2A2A2A. Windows color (decimal): -12053424 or 5248072. OLE color: 5248072.

HSL color Cylindrical-coordinate representation of color #481450: hue angle of 292º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481450 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 20 80 -
CMYK 0.10 0.75 0 0.69
HSL 292º 0.6% 0.2% -
HSV(B) 292º 0.75% 0.31% -
XYZ 4.37 2.46 7.83 -
YUV 42.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 72 20 80 0.10 0.75 0 0.69 292 0.6 0.2
Hex 48 14 50 A 4B 0 45 124 3C 14
Octal 110 24 120 12 113 0 105 444 74 24
Binary 1001000 10100 1010000 1010 1001011 0 1000101 100100100 111100 10100

Color Harmonies of #481450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481450

Black with #481450

Text Example


Text Example

White with #481450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481450; }

 p { color: rgb(72,20,80); }

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

background-color css

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

 a { background-color: rgb(72,20,80); }

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

border-color css

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

 span { border-color: rgb(72,20,80); }

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