Html Css Color HEX #4C065D Scarlet Gum

📋 copy color: '#4C065D'

red 76 ◦ green 6 ◦ blue 93

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

Shades of Scarlet Gum #4C065D

Tints of Scarlet Gum #4C065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.43%

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

R = 43.43%
G = 3.43%
B = 53.14%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C065D (or 0x4C065D) is known color: Scarlet Gum. HEX triplet: 4C, 06 and 5D. RGB value is (76,6,93). Sum of RGB (Red+Green+Blue) = 76+6+93=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C065D is #B3F9A2. Grayscale: #242424. Windows color (decimal): -11794851 or 6096460. OLE color: 6096460.

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

Color convert

RGB 76 6 93 -
CMYK 0.18 0.94 0 0.64
HSL 288.28º 0.88% 0.19% -
HSV(B) 288.28º 0.94% 0.36% -
XYZ 5.02 2.46 10.57 -
YUV 36.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 76 6 93 0.18 0.94 0 0.64 288.28 0.88 0.19
Hex 4C 6 5D 12 5E 0 40 120 58 13
Octal 114 6 135 22 136 0 100 440 130 23
Binary 1001100 110 1011101 10010 1011110 0 1000000 100100000 1011000 10011

Color Harmonies of #4C065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C065D

Black with #4C065D

Text Example


Text Example

White with #4C065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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