Html Css Color HEX #4C3253 Hot Purple

📋 copy color: '#4C3253'

red 76 ◦ green 50 ◦ blue 83

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

Shades of Hot Purple #4C3253

Tints of Hot Purple #4C3253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

 BLUE value IS 83 (32.81% from 255) = 39.71%

R = 36.36%
G = 23.92%
B = 39.71%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C3253 (or 0x4C3253) is known color: Hot Purple. HEX triplet: 4C, 32 and 53. RGB value is (76,50,83). Sum of RGB (Red+Green+Blue) = 76+50+83=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C3253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3253 is #B3CDAC. Grayscale: #3D3D3D. Windows color (decimal): -11783597 or 5452364. OLE color: 5452364.

HSL color Cylindrical-coordinate representation of color #4C3253: hue angle of 287.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C3253 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 50 83 -
CMYK 0.08 0.40 0 0.67
HSL 287.27º 0.25% 0.26% -
HSV(B) 287.27º 0.4% 0.33% -
XYZ 5.68 4.44 8.74 -
YUV 61.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 76 50 83 0.08 0.40 0 0.67 287.27 0.25 0.26
Hex 4C 32 53 8 28 0 43 11F 19 1A
Octal 114 62 123 10 50 0 103 437 31 32
Binary 1001100 110010 1010011 1000 101000 0 1000011 100011111 11001 11010

Color Harmonies of #4C3253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3253

Black with #4C3253

Text Example


Text Example

White with #4C3253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,83); }

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

background-color css

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

 a { background-color: rgb(76,50,83); }

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

border-color css

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

 span { border-color: rgb(76,50,83); }

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