Html Css Color HEX #4C0259 Hot Purple

📋 copy color: '#4C0259'

red 76 ◦ green 2 ◦ blue 89

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

Shades of Hot Purple #4C0259

Tints of Hot Purple #4C0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 45.51%
G = 1.2%
B = 53.29%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4C0259 (or 0x4C0259) is known color: Hot Purple. HEX triplet: 4C, 02 and 59. RGB value is (76,2,89). Sum of RGB (Red+Green+Blue) = 76+2+89=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0259 is #B3FDA6. Grayscale: #212121. Windows color (decimal): -11795879 or 5833292. OLE color: 5833292.

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

Color convert

RGB 76 2 89 -
CMYK 0.15 0.98 0 0.65
HSL 291.03º 0.96% 0.18% -
HSV(B) 291.03º 0.98% 0.35% -
XYZ 4.81 2.3 9.64 -
YUV 34.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 76 2 89 0.15 0.98 0 0.65 291.03 0.96 0.18
Hex 4C 2 59 F 62 0 41 123 60 12
Octal 114 2 131 17 142 0 101 443 140 22
Binary 1001100 10 1011001 1111 1100010 0 1000001 100100011 1100000 10010

Color Harmonies of #4C0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0259

Black with #4C0259

Text Example


Text Example

White with #4C0259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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