Html Css Color HEX #481650 Hot Purple

📋 copy color: '#481650'

red 72 ◦ green 22 ◦ blue 80

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

Shades of Hot Purple #481650

Tints of Hot Purple #481650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 41.38%
G = 12.64%
B = 45.98%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#481650 (or 0x481650) is known color: Hot Purple. HEX triplet: 48, 16 and 50. RGB value is (72,22,80). Sum of RGB (Red+Green+Blue) = 72+22+80=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #481650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481650 is #B7E9AF. Grayscale: #2B2B2B. Windows color (decimal): -12052912 or 5248584. OLE color: 5248584.

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

Color convert

RGB 72 22 80 -
CMYK 0.10 0.72 0 0.69
HSL 291.72º 0.57% 0.2% -
HSV(B) 291.72º 0.73% 0.31% -
XYZ 4.41 2.53 7.85 -
YUV 43.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 72 22 80 0.10 0.72 0 0.69 291.72 0.57 0.2
Hex 48 16 50 A 48 0 45 124 39 14
Octal 110 26 120 12 110 0 105 444 71 24
Binary 1001000 10110 1010000 1010 1001000 0 1000101 100100100 111001 10100

Color Harmonies of #481650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481650

Black with #481650

Text Example


Text Example

White with #481650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481650; }

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

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

background-color css

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

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

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

border-color css

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

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

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