Html Css Color HEX #4C2655 Hot Purple

📋 copy color: '#4C2655'

red 76 ◦ green 38 ◦ blue 85

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

Shades of Hot Purple #4C2655

Tints of Hot Purple #4C2655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.1%

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

R = 38.19%
G = 19.1%
B = 42.71%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C2655 (or 0x4C2655) is known color: Hot Purple. HEX triplet: 4C, 26 and 55. RGB value is (76,38,85). Sum of RGB (Red+Green+Blue) = 76+38+85=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C2655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2655 is #B3D9AA. Grayscale: #363636. Windows color (decimal): -11786667 or 5580364. OLE color: 5580364.

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

Color convert

RGB 76 38 85 -
CMYK 0.11 0.55 0 0.67
HSL 288.51º 0.38% 0.24% -
HSV(B) 288.51º 0.55% 0.33% -
XYZ 5.31 3.58 9.01 -
YUV 54.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 76 38 85 0.11 0.55 0 0.67 288.51 0.38 0.24
Hex 4C 26 55 B 37 0 43 121 26 18
Octal 114 46 125 13 67 0 103 441 46 30
Binary 1001100 100110 1010101 1011 110111 0 1000011 100100001 100110 11000

Color Harmonies of #4C2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2655

Black with #4C2655

Text Example


Text Example

White with #4C2655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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