Html Css Color HEX #4F155D Scarlet Gum

📋 copy color: '#4F155D'

red 79 ◦ green 21 ◦ blue 93

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

Shades of Scarlet Gum #4F155D

Tints of Scarlet Gum #4F155D

RGB

 RED value IS 79 (31.25% from 255) = 40.93%

 GREEN value IS 21 (8.59% from 255) = 10.88%

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

R = 40.93%
G = 10.88%
B = 48.19%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F155D (or 0x4F155D) is known color: Scarlet Gum. HEX triplet: 4F, 15 and 5D. RGB value is (79,21,93). Sum of RGB (Red+Green+Blue) = 79+21+93=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F155D is #B0EAA2. Grayscale: #2E2E2E. Windows color (decimal): -11594403 or 6100303. OLE color: 6100303.

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

Color convert

RGB 79 21 93 -
CMYK 0.15 0.77 0 0.64
HSL 288.33º 0.63% 0.22% -
HSV(B) 288.33º 0.77% 0.36% -
XYZ 5.47 2.99 10.64 -
YUV 46.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 79 21 93 0.15 0.77 0 0.64 288.33 0.63 0.22
Hex 4F 15 5D F 4D 0 40 120 3F 16
Octal 117 25 135 17 115 0 100 440 77 26
Binary 1001111 10101 1011101 1111 1001101 0 1000000 100100000 111111 10110

Color Harmonies of #4F155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F155D

Black with #4F155D

Text Example


Text Example

White with #4F155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,21,93); }

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

background-color css

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

 a { background-color: rgb(79,21,93); }

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

border-color css

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

 span { border-color: rgb(79,21,93); }

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