Html Css Color HEX #4F125D Scarlet Gum

📋 copy color: '#4F125D'

red 79 ◦ green 18 ◦ blue 93

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

Shades of Scarlet Gum #4F125D

Tints of Scarlet Gum #4F125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.47%

 BLUE value IS 93 (36.72% from 255) = 48.95%

R = 41.58%
G = 9.47%
B = 48.95%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F125D (or 0x4F125D) is known color: Scarlet Gum. HEX triplet: 4F, 12 and 5D. RGB value is (79,18,93). Sum of RGB (Red+Green+Blue) = 79+18+93=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F125D is #B0EDA2. Grayscale: #2C2C2C. Windows color (decimal): -11595171 or 6099535. OLE color: 6099535.

HSL color Cylindrical-coordinate representation of color #4F125D: hue angle of 288.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F125D is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 18 93 -
CMYK 0.15 0.81 0 0.64
HSL 288.8º 0.68% 0.22% -
HSV(B) 288.8º 0.81% 0.36% -
XYZ 5.42 2.89 10.63 -
YUV 44.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 79 18 93 0.15 0.81 0 0.64 288.8 0.68 0.22
Hex 4F 12 5D F 51 0 40 121 44 16
Octal 117 22 135 17 121 0 100 441 104 26
Binary 1001111 10010 1011101 1111 1010001 0 1000000 100100001 1000100 10110

Color Harmonies of #4F125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F125D

Black with #4F125D

Text Example


Text Example

White with #4F125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,18,93); }

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

background-color css

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

 a { background-color: rgb(79,18,93); }

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

border-color css

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

 span { border-color: rgb(79,18,93); }

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