Html Css Color HEX #4D145B Scarlet Gum

📋 copy color: '#4D145B'

red 77 ◦ green 20 ◦ blue 91

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

Shades of Scarlet Gum #4D145B

Tints of Scarlet Gum #4D145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.4%

R = 40.96%
G = 10.64%
B = 48.4%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D145B (or 0x4D145B) is known color: Scarlet Gum. HEX triplet: 4D, 14 and 5B. RGB value is (77,20,91). Sum of RGB (Red+Green+Blue) = 77+20+91=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D145B is #B2EBA4. Grayscale: #2C2C2C. Windows color (decimal): -11725733 or 5968973. OLE color: 5968973.

HSL color Cylindrical-coordinate representation of color #4D145B: hue angle of 288.17º 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 #4D145B is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 20 91 -
CMYK 0.15 0.78 0 0.64
HSL 288.17º 0.64% 0.22% -
HSV(B) 288.17º 0.78% 0.36% -
XYZ 5.2 2.83 10.17 -
YUV 45.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 77 20 91 0.15 0.78 0 0.64 288.17 0.64 0.22
Hex 4D 14 5B F 4E 0 40 120 40 16
Octal 115 24 133 17 116 0 100 440 100 26
Binary 1001101 10100 1011011 1111 1001110 0 1000000 100100000 1000000 10110

Color Harmonies of #4D145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D145B

Black with #4D145B

Text Example


Text Example

White with #4D145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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