Html Css Color HEX #461460 Scarlet Gum

📋 copy color: '#461460'

red 70 ◦ green 20 ◦ blue 96

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

Shades of Scarlet Gum #461460

Tints of Scarlet Gum #461460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

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

R = 37.63%
G = 10.75%
B = 51.61%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461460 (or 0x461460) is known color: Scarlet Gum. HEX triplet: 46, 14 and 60. RGB value is (70,20,96). Sum of RGB (Red+Green+Blue) = 70+20+96=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #461460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461460 is #B9EB9F. Grayscale: #2B2B2B. Windows color (decimal): -12184480 or 6296646. OLE color: 6296646.

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

Color convert

RGB 70 20 96 -
CMYK 0.27 0.79 0 0.62
HSL 279.47º 0.66% 0.23% -
HSV(B) 279.47º 0.79% 0.38% -
XYZ 4.89 2.65 11.32 -
YUV 43.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 70 20 96 0.27 0.79 0 0.62 279.47 0.66 0.23
Hex 46 14 60 1B 4F 0 3E 117 42 17
Octal 106 24 140 33 117 0 76 427 102 27
Binary 1000110 10100 1100000 11011 1001111 0 111110 100010111 1000010 10111

Color Harmonies of #461460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461460

Black with #461460

Text Example


Text Example

White with #461460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461460; }

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

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

background-color css

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

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

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

border-color css

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

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

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