Html Css Color HEX #4F295C Scarlet Gum

📋 copy color: '#4F295C'

red 79 ◦ green 41 ◦ blue 92

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

Shades of Scarlet Gum #4F295C

Tints of Scarlet Gum #4F295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

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

R = 37.26%
G = 19.34%
B = 43.4%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F295C (or 0x4F295C) is known color: Scarlet Gum. HEX triplet: 4F, 29 and 5C. RGB value is (79,41,92). Sum of RGB (Red+Green+Blue) = 79+41+92=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F295C is #B0D6A3. Grayscale: #3A3A3A. Windows color (decimal): -11589284 or 6039887. OLE color: 6039887.

HSL color Cylindrical-coordinate representation of color #4F295C: hue angle of 284.71º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F295C is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 41 92 -
CMYK 0.14 0.55 0 0.64
HSL 284.71º 0.38% 0.26% -
HSV(B) 284.71º 0.55% 0.36% -
XYZ 5.95 4.02 10.59 -
YUV 58.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 79 41 92 0.14 0.55 0 0.64 284.71 0.38 0.26
Hex 4F 29 5C E 37 0 40 11D 26 1A
Octal 117 51 134 16 67 0 100 435 46 32
Binary 1001111 101001 1011100 1110 110111 0 1000000 100011101 100110 11010

Color Harmonies of #4F295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F295C

Black with #4F295C

Text Example


Text Example

White with #4F295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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