Html Css Color HEX #4C0C53 Hot Purple

📋 copy color: '#4C0C53'

red 76 ◦ green 12 ◦ blue 83

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

Shades of Hot Purple #4C0C53

Tints of Hot Purple #4C0C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.02%

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

R = 44.44%
G = 7.02%
B = 48.54%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C0C53 (or 0x4C0C53) is known color: Hot Purple. HEX triplet: 4C, 0C and 53. RGB value is (76,12,83). Sum of RGB (Red+Green+Blue) = 76+12+83=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C0C53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0C53 is #B3F3AC. Grayscale: #272727. Windows color (decimal): -11793325 or 5442636. OLE color: 5442636.

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

Color convert

RGB 76 12 83 -
CMYK 0.08 0.86 0 0.67
HSL 294.08º 0.75% 0.19% -
HSV(B) 294.08º 0.86% 0.33% -
XYZ 4.67 2.42 8.41 -
YUV 39.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 76 12 83 0.08 0.86 0 0.67 294.08 0.75 0.19
Hex 4C C 53 8 56 0 43 126 4B 13
Octal 114 14 123 10 126 0 103 446 113 23
Binary 1001100 1100 1010011 1000 1010110 0 1000011 100100110 1001011 10011

Color Harmonies of #4C0C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0C53

Black with #4C0C53

Text Example


Text Example

White with #4C0C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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