Html Css Color HEX #461660 Scarlet Gum

📋 copy color: '#461660'

red 70 ◦ green 22 ◦ blue 96

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

Shades of Scarlet Gum #461660

Tints of Scarlet Gum #461660

RGB

 RED value IS 70 (27.73% from 255) = 37.23%

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

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

R = 37.23%
G = 11.7%
B = 51.06%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461660 (or 0x461660) is known color: Scarlet Gum. HEX triplet: 46, 16 and 60. RGB value is (70,22,96). Sum of RGB (Red+Green+Blue) = 70+22+96=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #461660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461660 is #B9E99F. Grayscale: #2C2C2C. Windows color (decimal): -12183968 or 6297158. OLE color: 6297158.

HSL color Cylindrical-coordinate representation of color #461660: hue angle of 278.92º 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 #461660 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 22 96 -
CMYK 0.27 0.77 0 0.62
HSL 278.92º 0.63% 0.23% -
HSV(B) 278.92º 0.77% 0.38% -
XYZ 4.92 2.72 11.33 -
YUV 44.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 70 22 96 0.27 0.77 0 0.62 278.92 0.63 0.23
Hex 46 16 60 1B 4D 0 3E 117 3F 17
Octal 106 26 140 33 115 0 76 427 77 27
Binary 1000110 10110 1100000 11011 1001101 0 111110 100010111 111111 10111

Color Harmonies of #461660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461660

Black with #461660

Text Example


Text Example

White with #461660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461660; }

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

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

background-color css

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

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

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

border-color css

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

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

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