Html Css Color HEX #481750 Hot Purple

📋 copy color: '#481750'

red 72 ◦ green 23 ◦ blue 80

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

Shades of Hot Purple #481750

Tints of Hot Purple #481750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 41.14%
G = 13.14%
B = 45.71%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#481750 (or 0x481750) is known color: Hot Purple. HEX triplet: 48, 17 and 50. RGB value is (72,23,80). Sum of RGB (Red+Green+Blue) = 72+23+80=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #481750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481750 is #B7E8AF. Grayscale: #2B2B2B. Windows color (decimal): -12052656 or 5248840. OLE color: 5248840.

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

Color convert

RGB 72 23 80 -
CMYK 0.10 0.71 0 0.69
HSL 291.58º 0.55% 0.2% -
HSV(B) 291.58º 0.71% 0.31% -
XYZ 4.43 2.57 7.85 -
YUV 44.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 72 23 80 0.10 0.71 0 0.69 291.58 0.55 0.2
Hex 48 17 50 A 47 0 45 124 37 14
Octal 110 27 120 12 107 0 105 444 67 24
Binary 1001000 10111 1010000 1010 1000111 0 1000101 100100100 110111 10100

Color Harmonies of #481750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481750

Black with #481750

Text Example


Text Example

White with #481750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481750; }

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

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

background-color css

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

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

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

border-color css

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

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

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