Html Css Color HEX #4C175D Scarlet Gum

📋 copy color: '#4C175D'

red 76 ◦ green 23 ◦ blue 93

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

Shades of Scarlet Gum #4C175D

Tints of Scarlet Gum #4C175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 39.58%
G = 11.98%
B = 48.44%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C175D (or 0x4C175D) is known color: Scarlet Gum. HEX triplet: 4C, 17 and 5D. RGB value is (76,23,93). Sum of RGB (Red+Green+Blue) = 76+23+93=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C175D is #B3E8A2. Grayscale: #2E2E2E. Windows color (decimal): -11790499 or 6100812. OLE color: 6100812.

HSL color Cylindrical-coordinate representation of color #4C175D: hue angle of 285.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C175D is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 23 93 -
CMYK 0.18 0.75 0 0.64
HSL 285.43º 0.6% 0.23% -
HSV(B) 285.43º 0.75% 0.36% -
XYZ 5.26 2.94 10.65 -
YUV 46.83 154.06 148.81 -
System Red Green Blue C M Y K H S L
Decimal 76 23 93 0.18 0.75 0 0.64 285.43 0.6 0.23
Hex 4C 17 5D 12 4B 0 40 11D 3C 17
Octal 114 27 135 22 113 0 100 435 74 27
Binary 1001100 10111 1011101 10010 1001011 0 1000000 100011101 111100 10111

Color Harmonies of #4C175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C175D

Black with #4C175D

Text Example


Text Example

White with #4C175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,23,93); }

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

background-color css

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

 a { background-color: rgb(76,23,93); }

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

border-color css

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

 span { border-color: rgb(76,23,93); }

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