Html Css Color HEX #4D1660 Scarlet Gum

📋 copy color: '#4D1660'

red 77 ◦ green 22 ◦ blue 96

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

Shades of Scarlet Gum #4D1660

Tints of Scarlet Gum #4D1660

RGB

 RED value IS 77 (30.47% from 255) = 39.49%

 GREEN value IS 22 (8.98% from 255) = 11.28%

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

R = 39.49%
G = 11.28%
B = 49.23%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D1660 (or 0x4D1660) is known color: Scarlet Gum. HEX triplet: 4D, 16 and 60. RGB value is (77,22,96). Sum of RGB (Red+Green+Blue) = 77+22+96=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D1660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1660 is #B2E99F. Grayscale: #2E2E2E. Windows color (decimal): -11725216 or 6297165. OLE color: 6297165.

HSL color Cylindrical-coordinate representation of color #4D1660: hue angle of 284.59º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1660 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 22 96 -
CMYK 0.20 0.77 0 0.62
HSL 284.59º 0.63% 0.23% -
HSV(B) 284.59º 0.77% 0.38% -
XYZ 5.46 3 11.36 -
YUV 46.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 77 22 96 0.20 0.77 0 0.62 284.59 0.63 0.23
Hex 4D 16 60 14 4D 0 3E 11D 3F 17
Octal 115 26 140 24 115 0 76 435 77 27
Binary 1001101 10110 1100000 10100 1001101 0 111110 100011101 111111 10111

Color Harmonies of #4D1660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1660

Black with #4D1660

Text Example


Text Example

White with #4D1660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,22,96); }

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

background-color css

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

 a { background-color: rgb(77,22,96); }

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

border-color css

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

 span { border-color: rgb(77,22,96); }

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