Html Css Color HEX #4C135C Scarlet Gum

📋 copy color: '#4C135C'

red 76 ◦ green 19 ◦ blue 92

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

Shades of Scarlet Gum #4C135C

Tints of Scarlet Gum #4C135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.2%

R = 40.64%
G = 10.16%
B = 49.2%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C135C (or 0x4C135C) is known color: Scarlet Gum. HEX triplet: 4C, 13 and 5C. RGB value is (76,19,92). Sum of RGB (Red+Green+Blue) = 76+19+92=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C135C is #B3ECA3. Grayscale: #2C2C2C. Windows color (decimal): -11791524 or 6034252. OLE color: 6034252.

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

Color convert

RGB 76 19 92 -
CMYK 0.17 0.79 0 0.64
HSL 286.85º 0.66% 0.22% -
HSV(B) 286.85º 0.79% 0.36% -
XYZ 5.15 2.77 10.39 -
YUV 44.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 76 19 92 0.17 0.79 0 0.64 286.85 0.66 0.22
Hex 4C 13 5C 11 4F 0 40 11F 42 16
Octal 114 23 134 21 117 0 100 437 102 26
Binary 1001100 10011 1011100 10001 1001111 0 1000000 100011111 1000010 10110

Color Harmonies of #4C135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C135C

Black with #4C135C

Text Example


Text Example

White with #4C135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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