Html Css Color HEX #4C135D Scarlet Gum

📋 copy color: '#4C135D'

red 76 ◦ green 19 ◦ blue 93

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

Shades of Scarlet Gum #4C135D

Tints of Scarlet Gum #4C135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 40.43%
G = 10.11%
B = 49.47%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C135D (or 0x4C135D) is known color: Scarlet Gum. HEX triplet: 4C, 13 and 5D. RGB value is (76,19,93). Sum of RGB (Red+Green+Blue) = 76+19+93=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C135D is #B3ECA2. Grayscale: #2C2C2C. Windows color (decimal): -11791523 or 6099788. OLE color: 6099788.

HSL color Cylindrical-coordinate representation of color #4C135D: hue angle of 286.22º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C135D is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 19 93 -
CMYK 0.18 0.80 0 0.64
HSL 286.22º 0.66% 0.22% -
HSV(B) 286.22º 0.8% 0.36% -
XYZ 5.19 2.79 10.62 -
YUV 44.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 76 19 93 0.18 0.80 0 0.64 286.22 0.66 0.22
Hex 4C 13 5D 12 50 0 40 11E 42 16
Octal 114 23 135 22 120 0 100 436 102 26
Binary 1001100 10011 1011101 10010 1010000 0 1000000 100011110 1000010 10110

Color Harmonies of #4C135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C135D

Black with #4C135D

Text Example


Text Example

White with #4C135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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