Html Css Color HEX #4A0B50 Hot Purple

📋 copy color: '#4A0B50'

red 74 ◦ green 11 ◦ blue 80

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

Shades of Hot Purple #4A0B50

Tints of Hot Purple #4A0B50

RGB

 RED value IS 74 (29.3% from 255) = 44.85%

 GREEN value IS 11 (4.69% from 255) = 6.67%

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

R = 44.85%
G = 6.67%
B = 48.48%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A0B50 (or 0x4A0B50) is known color: Hot Purple. HEX triplet: 4A, 0B and 50. RGB value is (74,11,80). Sum of RGB (Red+Green+Blue) = 74+11+80=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A0B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0B50 is #B5F4AF. Grayscale: #252525. Windows color (decimal): -11924656 or 5245770. OLE color: 5245770.

HSL color Cylindrical-coordinate representation of color #4A0B50: hue angle of 294.78º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A0B50 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 11 80 -
CMYK 0.08 0.86 0 0.69
HSL 294.78º 0.76% 0.18% -
HSV(B) 294.78º 0.86% 0.31% -
XYZ 4.39 2.27 7.8 -
YUV 37.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 74 11 80 0.08 0.86 0 0.69 294.78 0.76 0.18
Hex 4A B 50 8 56 0 45 127 4C 12
Octal 112 13 120 10 126 0 105 447 114 22
Binary 1001010 1011 1010000 1000 1010110 0 1000101 100100111 1001100 10010

Color Harmonies of #4A0B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0B50

Black with #4A0B50

Text Example


Text Example

White with #4A0B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A0B50; }

 p { color: rgb(74,11,80); }

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

background-color css

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

 a { background-color: rgb(74,11,80); }

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

border-color css

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

 span { border-color: rgb(74,11,80); }

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