Html Css Color HEX #461061 Scarlet Gum

📋 copy color: '#461061'

red 70 ◦ green 16 ◦ blue 97

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

Shades of Scarlet Gum #461061

Tints of Scarlet Gum #461061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

 BLUE value IS 97 (38.28% from 255) = 53.01%

R = 38.25%
G = 8.74%
B = 53.01%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461061 (or 0x461061) is known color: Scarlet Gum. HEX triplet: 46, 10 and 61. RGB value is (70,16,97). Sum of RGB (Red+Green+Blue) = 70+16+97=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #461061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461061 is #B9EF9E. Grayscale: #292929. Windows color (decimal): -12185503 or 6361158. OLE color: 6361158.

HSL color Cylindrical-coordinate representation of color #461061: hue angle of 280º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461061 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 16 97 -
CMYK 0.28 0.84 0 0.62
HSL 280º 0.72% 0.22% -
HSV(B) 280º 0.84% 0.38% -
XYZ 4.87 2.54 11.54 -
YUV 41.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 70 16 97 0.28 0.84 0 0.62 280 0.72 0.22
Hex 46 10 61 1C 54 0 3E 118 48 16
Octal 106 20 141 34 124 0 76 430 110 26
Binary 1000110 10000 1100001 11100 1010100 0 111110 100011000 1001000 10110

Color Harmonies of #461061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461061

Black with #461061

Text Example


Text Example

White with #461061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461061; }

 p { color: rgb(70,16,97); }

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

background-color css

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

 a { background-color: rgb(70,16,97); }

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

border-color css

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

 span { border-color: rgb(70,16,97); }

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