Html Css Color HEX #4C255D Scarlet Gum

📋 copy color: '#4C255D'

red 76 ◦ green 37 ◦ blue 93

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

Shades of Scarlet Gum #4C255D

Tints of Scarlet Gum #4C255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

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

R = 36.89%
G = 17.96%
B = 45.15%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C255D (or 0x4C255D) is known color: Scarlet Gum. HEX triplet: 4C, 25 and 5D. RGB value is (76,37,93). Sum of RGB (Red+Green+Blue) = 76+37+93=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C255D is #B3DAA2. Grayscale: #363636. Windows color (decimal): -11786915 or 6104396. OLE color: 6104396.

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

Color convert

RGB 76 37 93 -
CMYK 0.18 0.60 0 0.64
HSL 281.79º 0.43% 0.25% -
HSV(B) 281.79º 0.6% 0.36% -
XYZ 5.62 3.65 10.76 -
YUV 55.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 76 37 93 0.18 0.60 0 0.64 281.79 0.43 0.25
Hex 4C 25 5D 12 3C 0 40 11A 2B 19
Octal 114 45 135 22 74 0 100 432 53 31
Binary 1001100 100101 1011101 10010 111100 0 1000000 100011010 101011 11001

Color Harmonies of #4C255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C255D

Black with #4C255D

Text Example


Text Example

White with #4C255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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