Html Css Color HEX #4F325C Scarlet Gum

📋 copy color: '#4F325C'

red 79 ◦ green 50 ◦ blue 92

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

Shades of Scarlet Gum #4F325C

Tints of Scarlet Gum #4F325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

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

R = 35.75%
G = 22.62%
B = 41.63%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F325C (or 0x4F325C) is known color: Scarlet Gum. HEX triplet: 4F, 32 and 5C. RGB value is (79,50,92). Sum of RGB (Red+Green+Blue) = 79+50+92=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F325C is #B0CDA3. Grayscale: #3F3F3F. Windows color (decimal): -11586980 or 6042191. OLE color: 6042191.

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

Color convert

RGB 79 50 92 -
CMYK 0.14 0.46 0 0.64
HSL 281.43º 0.3% 0.28% -
HSV(B) 281.43º 0.46% 0.36% -
XYZ 6.3 4.72 10.7 -
YUV 63.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 79 50 92 0.14 0.46 0 0.64 281.43 0.3 0.28
Hex 4F 32 5C E 2E 0 40 119 1E 1C
Octal 117 62 134 16 56 0 100 431 36 34
Binary 1001111 110010 1011100 1110 101110 0 1000000 100011001 11110 11100

Color Harmonies of #4F325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F325C

Black with #4F325C

Text Example


Text Example

White with #4F325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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