Html Css Color HEX #4F2360 Scarlet Gum

📋 copy color: '#4F2360'

red 79 ◦ green 35 ◦ blue 96

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

Shades of Scarlet Gum #4F2360

Tints of Scarlet Gum #4F2360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 37.62%
G = 16.67%
B = 45.71%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F2360 (or 0x4F2360) is known color: Scarlet Gum. HEX triplet: 4F, 23 and 60. RGB value is (79,35,96). Sum of RGB (Red+Green+Blue) = 79+35+96=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F2360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2360 is #B0DC9F. Grayscale: #363636. Windows color (decimal): -11590816 or 6300495. OLE color: 6300495.

HSL color Cylindrical-coordinate representation of color #4F2360: hue angle of 283.28º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F2360 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 35 96 -
CMYK 0.18 0.64 0 0.62
HSL 283.28º 0.47% 0.26% -
HSV(B) 283.28º 0.64% 0.38% -
XYZ 5.94 3.71 11.47 -
YUV 55.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 79 35 96 0.18 0.64 0 0.62 283.28 0.47 0.26
Hex 4F 23 60 12 40 0 3E 11B 2F 1A
Octal 117 43 140 22 100 0 76 433 57 32
Binary 1001111 100011 1100000 10010 1000000 0 111110 100011011 101111 11010

Color Harmonies of #4F2360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2360

Black with #4F2360

Text Example


Text Example

White with #4F2360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,35,96); }

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

background-color css

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

 a { background-color: rgb(79,35,96); }

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

border-color css

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

 span { border-color: rgb(79,35,96); }

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