Html Css Color HEX #4C075D Scarlet Gum

📋 copy color: '#4C075D'

red 76 ◦ green 7 ◦ blue 93

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

Shades of Scarlet Gum #4C075D

Tints of Scarlet Gum #4C075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.98%

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

R = 43.18%
G = 3.98%
B = 52.84%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C075D (or 0x4C075D) is known color: Scarlet Gum. HEX triplet: 4C, 07 and 5D. RGB value is (76,7,93). Sum of RGB (Red+Green+Blue) = 76+7+93=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C075D is #B3F8A2. Grayscale: #252525. Windows color (decimal): -11794595 or 6096716. OLE color: 6096716.

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

Color convert

RGB 76 7 93 -
CMYK 0.18 0.92 0 0.64
HSL 288.14º 0.86% 0.2% -
HSV(B) 288.14º 0.92% 0.36% -
XYZ 5.03 2.48 10.57 -
YUV 37.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 76 7 93 0.18 0.92 0 0.64 288.14 0.86 0.2
Hex 4C 7 5D 12 5C 0 40 120 56 14
Octal 114 7 135 22 134 0 100 440 126 24
Binary 1001100 111 1011101 10010 1011100 0 1000000 100100000 1010110 10100

Color Harmonies of #4C075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C075D

Black with #4C075D

Text Example


Text Example

White with #4C075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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