Html Css Color HEX #4D145C Scarlet Gum

📋 copy color: '#4D145C'

red 77 ◦ green 20 ◦ blue 92

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

Shades of Scarlet Gum #4D145C

Tints of Scarlet Gum #4D145C

RGB

 RED value IS 77 (30.47% from 255) = 40.74%

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 40.74%
G = 10.58%
B = 48.68%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D145C (or 0x4D145C) is known color: Scarlet Gum. HEX triplet: 4D, 14 and 5C. RGB value is (77,20,92). Sum of RGB (Red+Green+Blue) = 77+20+92=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D145C is #B2EBA3. Grayscale: #2D2D2D. Windows color (decimal): -11725732 or 6034509. OLE color: 6034509.

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

Color convert

RGB 77 20 92 -
CMYK 0.16 0.78 0 0.64
HSL 287.5º 0.64% 0.22% -
HSV(B) 287.5º 0.78% 0.36% -
XYZ 5.24 2.85 10.4 -
YUV 45.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 77 20 92 0.16 0.78 0 0.64 287.5 0.64 0.22
Hex 4D 14 5C 10 4E 0 40 120 40 16
Octal 115 24 134 20 116 0 100 440 100 26
Binary 1001101 10100 1011100 10000 1001110 0 1000000 100100000 1000000 10110

Color Harmonies of #4D145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D145C

Black with #4D145C

Text Example


Text Example

White with #4D145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,20,92); }

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

background-color css

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

 a { background-color: rgb(77,20,92); }

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

border-color css

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

 span { border-color: rgb(77,20,92); }

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