Html Css Color HEX #4C234E Hot Purple

📋 copy color: '#4C234E'

red 76 ◦ green 35 ◦ blue 78

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

Shades of Hot Purple #4C234E

Tints of Hot Purple #4C234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

 BLUE value IS 78 (30.86% from 255) = 41.27%

R = 40.21%
G = 18.52%
B = 41.27%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C234E (or 0x4C234E) is known color: Hot Purple. HEX triplet: 4C, 23 and 4E. RGB value is (76,35,78). Sum of RGB (Red+Green+Blue) = 76+35+78=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C234E is #B3DCB1. Grayscale: #343434. Windows color (decimal): -11787442 or 5120844. OLE color: 5120844.

HSL color Cylindrical-coordinate representation of color #4C234E: hue angle of 297.21º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C234E is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 35 78 -
CMYK 0.03 0.55 0 0.69
HSL 297.21º 0.38% 0.22% -
HSV(B) 297.21º 0.55% 0.31% -
XYZ 4.96 3.29 7.58 -
YUV 52.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 76 35 78 0.03 0.55 0 0.69 297.21 0.38 0.22
Hex 4C 23 4E 3 37 0 45 129 26 16
Octal 114 43 116 3 67 0 105 451 46 26
Binary 1001100 100011 1001110 11 110111 0 1000101 100101001 100110 10110

Color Harmonies of #4C234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C234E

Black with #4C234E

Text Example


Text Example

White with #4C234E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,35,78); }

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

background-color css

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

 a { background-color: rgb(76,35,78); }

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

border-color css

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

 span { border-color: rgb(76,35,78); }

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