Html Css Color HEX #4C0D59 Hot Purple

📋 copy color: '#4C0D59'

red 76 ◦ green 13 ◦ blue 89

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

Shades of Hot Purple #4C0D59

Tints of Hot Purple #4C0D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.3%

 BLUE value IS 89 (35.16% from 255) = 50%

R = 42.7%
G = 7.3%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4C0D59 (or 0x4C0D59) is known color: Hot Purple. HEX triplet: 4C, 0D and 59. RGB value is (76,13,89). Sum of RGB (Red+Green+Blue) = 76+13+89=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C0D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D59 is #B3F2A6. Grayscale: #282828. Windows color (decimal): -11793063 or 5836108. OLE color: 5836108.

HSL color Cylindrical-coordinate representation of color #4C0D59: hue angle of 289.74º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C0D59 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 13 89 -
CMYK 0.15 0.85 0 0.65
HSL 289.74º 0.75% 0.2% -
HSV(B) 289.74º 0.85% 0.35% -
XYZ 4.93 2.55 9.68 -
YUV 40.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 76 13 89 0.15 0.85 0 0.65 289.74 0.75 0.2
Hex 4C D 59 F 55 0 41 122 4B 14
Octal 114 15 131 17 125 0 101 442 113 24
Binary 1001100 1101 1011001 1111 1010101 0 1000001 100100010 1001011 10100

Color Harmonies of #4C0D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0D59

Black with #4C0D59

Text Example


Text Example

White with #4C0D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,13,89); }

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

background-color css

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

 a { background-color: rgb(76,13,89); }

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

border-color css

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

 span { border-color: rgb(76,13,89); }

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