Html Css Color HEX #4F205B Scarlet Gum

📋 copy color: '#4F205B'

red 79 ◦ green 32 ◦ blue 91

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

Shades of Scarlet Gum #4F205B

Tints of Scarlet Gum #4F205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

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

R = 39.11%
G = 15.84%
B = 45.05%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F205B (or 0x4F205B) is known color: Scarlet Gum. HEX triplet: 4F, 20 and 5B. RGB value is (79,32,91). Sum of RGB (Red+Green+Blue) = 79+32+91=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F205B is #B0DFA4. Grayscale: #343434. Windows color (decimal): -11591589 or 5972047. OLE color: 5972047.

HSL color Cylindrical-coordinate representation of color #4F205B: hue angle of 287.8º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F205B is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 32 91 -
CMYK 0.13 0.65 0 0.64
HSL 287.8º 0.48% 0.24% -
HSV(B) 287.8º 0.65% 0.36% -
XYZ 5.63 3.45 10.27 -
YUV 52.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 79 32 91 0.13 0.65 0 0.64 287.8 0.48 0.24
Hex 4F 20 5B D 41 0 40 120 30 18
Octal 117 40 133 15 101 0 100 440 60 30
Binary 1001111 100000 1011011 1101 1000001 0 1000000 100100000 110000 11000

Color Harmonies of #4F205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F205B

Black with #4F205B

Text Example


Text Example

White with #4F205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,32,91); }

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

background-color css

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

 a { background-color: rgb(79,32,91); }

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

border-color css

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

 span { border-color: rgb(79,32,91); }

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