Html Css Color HEX #4C2355 Hot Purple

📋 copy color: '#4C2355'

red 76 ◦ green 35 ◦ blue 85

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

Shades of Hot Purple #4C2355

Tints of Hot Purple #4C2355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.37%

R = 38.78%
G = 17.86%
B = 43.37%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C2355 (or 0x4C2355) is known color: Hot Purple. HEX triplet: 4C, 23 and 55. RGB value is (76,35,85). Sum of RGB (Red+Green+Blue) = 76+35+85=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C2355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2355 is #B3DCAA. Grayscale: #343434. Windows color (decimal): -11787435 or 5579596. OLE color: 5579596.

HSL color Cylindrical-coordinate representation of color #4C2355: hue angle of 289.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C2355 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 35 85 -
CMYK 0.11 0.59 0 0.67
HSL 289.2º 0.42% 0.24% -
HSV(B) 289.2º 0.59% 0.33% -
XYZ 5.22 3.39 8.97 -
YUV 52.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 76 35 85 0.11 0.59 0 0.67 289.2 0.42 0.24
Hex 4C 23 55 B 3B 0 43 121 2A 18
Octal 114 43 125 13 73 0 103 441 52 30
Binary 1001100 100011 1010101 1011 111011 0 1000011 100100001 101010 11000

Color Harmonies of #4C2355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2355

Black with #4C2355

Text Example


Text Example

White with #4C2355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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