Html Css Color HEX #4C275F Scarlet Gum

📋 copy color: '#4C275F'

red 76 ◦ green 39 ◦ blue 95

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

Shades of Scarlet Gum #4C275F

Tints of Scarlet Gum #4C275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 36.19%
G = 18.57%
B = 45.24%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C275F (or 0x4C275F) is known color: Scarlet Gum. HEX triplet: 4C, 27 and 5F. RGB value is (76,39,95). Sum of RGB (Red+Green+Blue) = 76+39+95=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C275F is #B3D8A0. Grayscale: #383838. Windows color (decimal): -11786401 or 6235980. OLE color: 6235980.

HSL color Cylindrical-coordinate representation of color #4C275F: hue angle of 279.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C275F is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 39 95 -
CMYK 0.20 0.59 0 0.63
HSL 279.64º 0.42% 0.26% -
HSV(B) 279.64º 0.59% 0.37% -
XYZ 5.77 3.81 11.26 -
YUV 56.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 76 39 95 0.20 0.59 0 0.63 279.64 0.42 0.26
Hex 4C 27 5F 14 3B 0 3F 118 2A 1A
Octal 114 47 137 24 73 0 77 430 52 32
Binary 1001100 100111 1011111 10100 111011 0 111111 100011000 101010 11010

Color Harmonies of #4C275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C275F

Black with #4C275F

Text Example


Text Example

White with #4C275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,39,95); }

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

background-color css

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

 a { background-color: rgb(76,39,95); }

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

border-color css

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

 span { border-color: rgb(76,39,95); }

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