Html Css Color HEX #4C0850 Hot Purple

📋 copy color: '#4C0850'

red 76 ◦ green 8 ◦ blue 80

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

Shades of Hot Purple #4C0850

Tints of Hot Purple #4C0850

RGB

 RED value IS 76 (30.08% from 255) = 46.34%

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

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

R = 46.34%
G = 4.88%
B = 48.78%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C0850 (or 0x4C0850) is known color: Hot Purple. HEX triplet: 4C, 08 and 50. RGB value is (76,8,80). Sum of RGB (Red+Green+Blue) = 76+8+80=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C0850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0850 is #B3F7AF. Grayscale: #242424. Windows color (decimal): -11794352 or 5245004. OLE color: 5245004.

HSL color Cylindrical-coordinate representation of color #4C0850: hue angle of 296.67º 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 #4C0850 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 8 80 -
CMYK 0.05 0.90 0 0.69
HSL 296.67º 0.82% 0.17% -
HSV(B) 296.67º 0.9% 0.31% -
XYZ 4.52 2.29 7.79 -
YUV 36.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 76 8 80 0.05 0.90 0 0.69 296.67 0.82 0.17
Hex 4C 8 50 5 5A 0 45 129 52 11
Octal 114 10 120 5 132 0 105 451 122 21
Binary 1001100 1000 1010000 101 1011010 0 1000101 100101001 1010010 10001

Color Harmonies of #4C0850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0850

Black with #4C0850

Text Example


Text Example

White with #4C0850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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