Html Css Color HEX #461560 Scarlet Gum

📋 copy color: '#461560'

red 70 ◦ green 21 ◦ blue 96

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

Shades of Scarlet Gum #461560

Tints of Scarlet Gum #461560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 37.43%
G = 11.23%
B = 51.34%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461560 (or 0x461560) is known color: Scarlet Gum. HEX triplet: 46, 15 and 60. RGB value is (70,21,96). Sum of RGB (Red+Green+Blue) = 70+21+96=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #461560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461560 is #B9EA9F. Grayscale: #2B2B2B. Windows color (decimal): -12184224 or 6296902. OLE color: 6296902.

HSL color Cylindrical-coordinate representation of color #461560: hue angle of 279.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461560 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 21 96 -
CMYK 0.27 0.78 0 0.62
HSL 279.2º 0.64% 0.23% -
HSV(B) 279.2º 0.78% 0.38% -
XYZ 4.91 2.68 11.33 -
YUV 44.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 70 21 96 0.27 0.78 0 0.62 279.2 0.64 0.23
Hex 46 15 60 1B 4E 0 3E 117 40 17
Octal 106 25 140 33 116 0 76 427 100 27
Binary 1000110 10101 1100000 11011 1001110 0 111110 100010111 1000000 10111

Color Harmonies of #461560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461560

Black with #461560

Text Example


Text Example

White with #461560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461560; }

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

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

background-color css

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

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

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

border-color css

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

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

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