Html Css Color HEX #4B0850 Hot Purple

📋 copy color: '#4B0850'

red 75 ◦ green 8 ◦ blue 80

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

Shades of Hot Purple #4B0850

Tints of Hot Purple #4B0850

RGB

 RED value IS 75 (29.69% from 255) = 46.01%

 GREEN value IS 8 (3.52% from 255) = 4.91%

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

R = 46.01%
G = 4.91%
B = 49.08%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B0850 (or 0x4B0850) is known color: Hot Purple. HEX triplet: 4B, 08 and 50. RGB value is (75,8,80). Sum of RGB (Red+Green+Blue) = 75+8+80=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B0850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0850 is #B4F7AF. Grayscale: #242424. Windows color (decimal): -11859888 or 5245003. OLE color: 5245003.

HSL color Cylindrical-coordinate representation of color #4B0850: hue angle of 295.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B0850 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 8 80 -
CMYK 0.06 0.90 0 0.69
HSL 295.83º 0.82% 0.17% -
HSV(B) 295.83º 0.9% 0.31% -
XYZ 4.44 2.25 7.79 -
YUV 36.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 75 8 80 0.06 0.90 0 0.69 295.83 0.82 0.17
Hex 4B 8 50 6 5A 0 45 128 52 11
Octal 113 10 120 6 132 0 105 450 122 21
Binary 1001011 1000 1010000 110 1011010 0 1000101 100101000 1010010 10001

Color Harmonies of #4B0850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0850

Black with #4B0850

Text Example


Text Example

White with #4B0850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,8,80); }

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

background-color css

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

 a { background-color: rgb(75,8,80); }

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

border-color css

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

 span { border-color: rgb(75,8,80); }

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