Html Css Color HEX #4F1062 Scarlet Gum

📋 copy color: '#4F1062'

red 79 ◦ green 16 ◦ blue 98

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

Shades of Scarlet Gum #4F1062

Tints of Scarlet Gum #4F1062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

 BLUE value IS 98 (38.67% from 255) = 50.78%

R = 40.93%
G = 8.29%
B = 50.78%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F1062 (or 0x4F1062) is known color: Scarlet Gum. HEX triplet: 4F, 10 and 62. RGB value is (79,16,98). Sum of RGB (Red+Green+Blue) = 79+16+98=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F1062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1062 is #B0EF9D. Grayscale: #2B2B2B. Windows color (decimal): -11595678 or 6426703. OLE color: 6426703.

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

Color convert

RGB 79 16 98 -
CMYK 0.19 0.84 0 0.62
HSL 286.1º 0.72% 0.22% -
HSV(B) 286.1º 0.84% 0.38% -
XYZ 5.61 2.91 11.82 -
YUV 44.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 79 16 98 0.19 0.84 0 0.62 286.1 0.72 0.22
Hex 4F 10 62 13 54 0 3E 11E 48 16
Octal 117 20 142 23 124 0 76 436 110 26
Binary 1001111 10000 1100010 10011 1010100 0 111110 100011110 1001000 10110

Color Harmonies of #4F1062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1062

Black with #4F1062

Text Example


Text Example

White with #4F1062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,16,98); }

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

background-color css

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

 a { background-color: rgb(79,16,98); }

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

border-color css

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

 span { border-color: rgb(79,16,98); }

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