Html Css Color HEX #4F0B5E Scarlet Gum

📋 copy color: '#4F0B5E'

red 79 ◦ green 11 ◦ blue 94

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

Shades of Scarlet Gum #4F0B5E

Tints of Scarlet Gum #4F0B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.98%

 BLUE value IS 94 (37.11% from 255) = 51.09%

R = 42.93%
G = 5.98%
B = 51.09%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4F0B5E (or 0x4F0B5E) is known color: Scarlet Gum. HEX triplet: 4F, 0B and 5E. RGB value is (79,11,94). Sum of RGB (Red+Green+Blue) = 79+11+94=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F0B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0B5E is #B0F4A1. Grayscale: #282828. Windows color (decimal): -11596962 or 6163279. OLE color: 6163279.

HSL color Cylindrical-coordinate representation of color #4F0B5E: hue angle of 289.16º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F0B5E is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 79 11 94 -
CMYK 0.16 0.88 0 0.63
HSL 289.16º 0.79% 0.21% -
HSV(B) 289.16º 0.88% 0.37% -
XYZ 5.36 2.71 10.83 -
YUV 40.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 79 11 94 0.16 0.88 0 0.63 289.16 0.79 0.21
Hex 4F B 5E 10 58 0 3F 121 4F 15
Octal 117 13 136 20 130 0 77 441 117 25
Binary 1001111 1011 1011110 10000 1011000 0 111111 100100001 1001111 10101

Color Harmonies of #4F0B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0B5E

Black with #4F0B5E

Text Example


Text Example

White with #4F0B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,11,94); }

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

background-color css

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

 a { background-color: rgb(79,11,94); }

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

border-color css

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

 span { border-color: rgb(79,11,94); }

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