Html Css Color HEX #4F2160 Scarlet Gum

📋 copy color: '#4F2160'

red 79 ◦ green 33 ◦ blue 96

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

Shades of Scarlet Gum #4F2160

Tints of Scarlet Gum #4F2160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

 BLUE value IS 96 (37.89% from 255) = 46.15%

R = 37.98%
G = 15.87%
B = 46.15%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F2160 (or 0x4F2160) is known color: Scarlet Gum. HEX triplet: 4F, 21 and 60. RGB value is (79,33,96). Sum of RGB (Red+Green+Blue) = 79+33+96=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F2160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2160 is #B0DE9F. Grayscale: #353535. Windows color (decimal): -11591328 or 6299983. OLE color: 6299983.

HSL color Cylindrical-coordinate representation of color #4F2160: hue angle of 283.81º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F2160 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 33 96 -
CMYK 0.18 0.66 0 0.62
HSL 283.81º 0.49% 0.25% -
HSV(B) 283.81º 0.66% 0.38% -
XYZ 5.88 3.59 11.45 -
YUV 53.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 79 33 96 0.18 0.66 0 0.62 283.81 0.49 0.25
Hex 4F 21 60 12 42 0 3E 11C 31 19
Octal 117 41 140 22 102 0 76 434 61 31
Binary 1001111 100001 1100000 10010 1000010 0 111110 100011100 110001 11001

Color Harmonies of #4F2160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2160

Black with #4F2160

Text Example


Text Example

White with #4F2160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,33,96); }

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

background-color css

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

 a { background-color: rgb(79,33,96); }

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

border-color css

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

 span { border-color: rgb(79,33,96); }

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