Html Css Color HEX #4C0150 Hot Purple

📋 copy color: '#4C0150'

red 76 ◦ green 1 ◦ blue 80

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

Shades of Hot Purple #4C0150

Tints of Hot Purple #4C0150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 48.41%
G = 0.64%
B = 50.96%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C0150 (or 0x4C0150) is known color: Hot Purple. HEX triplet: 4C, 01 and 50. RGB value is (76,1,80). Sum of RGB (Red+Green+Blue) = 76+1+80=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C0150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0150 is #B3FEAF. Grayscale: #202020. Windows color (decimal): -11796144 or 5243212. OLE color: 5243212.

HSL color Cylindrical-coordinate representation of color #4C0150: hue angle of 296.96º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0150 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 1 80 -
CMYK 0.05 0.99 0 0.69
HSL 296.96º 0.98% 0.16% -
HSV(B) 296.96º 0.99% 0.31% -
XYZ 4.44 2.14 7.77 -
YUV 32.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 76 1 80 0.05 0.99 0 0.69 296.96 0.98 0.16
Hex 4C 1 50 5 63 0 45 129 62 10
Octal 114 1 120 5 143 0 105 451 142 20
Binary 1001100 1 1010000 101 1100011 0 1000101 100101001 1100010 10000

Color Harmonies of #4C0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0150

Black with #4C0150

Text Example


Text Example

White with #4C0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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