Html Css Color HEX #4F2063 Scarlet Gum

📋 copy color: '#4F2063'

red 79 ◦ green 32 ◦ blue 99

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

Shades of Scarlet Gum #4F2063

Tints of Scarlet Gum #4F2063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 99 (39.06% from 255) = 47.14%

R = 37.62%
G = 15.24%
B = 47.14%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4F2063 (or 0x4F2063) is known color: Scarlet Gum. HEX triplet: 4F, 20 and 63. RGB value is (79,32,99). Sum of RGB (Red+Green+Blue) = 79+32+99=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F2063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2063 is #B0DF9C. Grayscale: #353535. Windows color (decimal): -11591581 or 6496335. OLE color: 6496335.

HSL color Cylindrical-coordinate representation of color #4F2063: hue angle of 282.09º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F2063 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 32 99 -
CMYK 0.20 0.68 0 0.61
HSL 282.09º 0.51% 0.26% -
HSV(B) 282.09º 0.68% 0.39% -
XYZ 5.99 3.6 12.18 -
YUV 53.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 79 32 99 0.20 0.68 0 0.61 282.09 0.51 0.26
Hex 4F 20 63 14 44 0 3D 11A 33 1A
Octal 117 40 143 24 104 0 75 432 63 32
Binary 1001111 100000 1100011 10100 1000100 0 111101 100011010 110011 11010

Color Harmonies of #4F2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2063

Black with #4F2063

Text Example


Text Example

White with #4F2063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,32,99); }

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

background-color css

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

 a { background-color: rgb(79,32,99); }

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

border-color css

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

 span { border-color: rgb(79,32,99); }

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