Html Css Color HEX #4C0153 Hot Purple

📋 copy color: '#4C0153'

red 76 ◦ green 1 ◦ blue 83

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

Shades of Hot Purple #4C0153

Tints of Hot Purple #4C0153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 51.88%

R = 47.5%
G = 0.63%
B = 51.88%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C0153 (or 0x4C0153) is known color: Hot Purple. HEX triplet: 4C, 01 and 53. RGB value is (76,1,83). Sum of RGB (Red+Green+Blue) = 76+1+83=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C0153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0153 is #B3FEAC. Grayscale: #202020. Windows color (decimal): -11796141 or 5439820. OLE color: 5439820.

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

Color convert

RGB 76 1 83 -
CMYK 0.08 0.99 0 0.67
HSL 294.88º 0.98% 0.16% -
HSV(B) 294.88º 0.99% 0.33% -
XYZ 4.55 2.18 8.36 -
YUV 32.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 76 1 83 0.08 0.99 0 0.67 294.88 0.98 0.16
Hex 4C 1 53 8 63 0 43 127 62 10
Octal 114 1 123 10 143 0 103 447 142 20
Binary 1001100 1 1010011 1000 1100011 0 1000011 100100111 1100010 10000

Color Harmonies of #4C0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0153

Black with #4C0153

Text Example


Text Example

White with #4C0153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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