Html Css Color HEX #4F205C Scarlet Gum

📋 copy color: '#4F205C'

red 79 ◦ green 32 ◦ blue 92

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

Shades of Scarlet Gum #4F205C

Tints of Scarlet Gum #4F205C

RGB

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

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

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

R = 38.92%
G = 15.76%
B = 45.32%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F205C (or 0x4F205C) is known color: Scarlet Gum. HEX triplet: 4F, 20 and 5C. RGB value is (79,32,92). Sum of RGB (Red+Green+Blue) = 79+32+92=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F205C is #B0DFA3. Grayscale: #343434. Windows color (decimal): -11591588 or 6037583. OLE color: 6037583.

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

Color convert

RGB 79 32 92 -
CMYK 0.14 0.65 0 0.64
HSL 287º 0.48% 0.24% -
HSV(B) 287º 0.65% 0.36% -
XYZ 5.67 3.47 10.5 -
YUV 52.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 79 32 92 0.14 0.65 0 0.64 287 0.48 0.24
Hex 4F 20 5C E 41 0 40 11F 30 18
Octal 117 40 134 16 101 0 100 437 60 30
Binary 1001111 100000 1011100 1110 1000001 0 1000000 100011111 110000 11000

Color Harmonies of #4F205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F205C

Black with #4F205C

Text Example


Text Example

White with #4F205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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