Html Css Color HEX #4F0B61 Scarlet Gum

📋 copy color: '#4F0B61'

red 79 ◦ green 11 ◦ blue 97

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

Shades of Scarlet Gum #4F0B61

Tints of Scarlet Gum #4F0B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 42.25%
G = 5.88%
B = 51.87%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F0B61 (or 0x4F0B61) is known color: Scarlet Gum. HEX triplet: 4F, 0B and 61. RGB value is (79,11,97). Sum of RGB (Red+Green+Blue) = 79+11+97=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F0B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0B61 is #B0F49E. Grayscale: #282828. Windows color (decimal): -11596959 or 6359887. OLE color: 6359887.

HSL color Cylindrical-coordinate representation of color #4F0B61: hue angle of 287.44º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0B61 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 11 97 -
CMYK 0.19 0.89 0 0.62
HSL 287.44º 0.8% 0.21% -
HSV(B) 287.44º 0.89% 0.38% -
XYZ 5.5 2.76 11.55 -
YUV 41.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 79 11 97 0.19 0.89 0 0.62 287.44 0.8 0.21
Hex 4F B 61 13 59 0 3E 11F 50 15
Octal 117 13 141 23 131 0 76 437 120 25
Binary 1001111 1011 1100001 10011 1011001 0 111110 100011111 1010000 10101

Color Harmonies of #4F0B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0B61

Black with #4F0B61

Text Example


Text Example

White with #4F0B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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