Html Css Color HEX #461064 Scarlet Gum

📋 copy color: '#461064'

red 70 ◦ green 16 ◦ blue 100

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

Shades of Scarlet Gum #461064

Tints of Scarlet Gum #461064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 53.76%

R = 37.63%
G = 8.6%
B = 53.76%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#461064 (or 0x461064) is known color: Scarlet Gum. HEX triplet: 46, 10 and 64. RGB value is (70,16,100). Sum of RGB (Red+Green+Blue) = 70+16+100=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #461064 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461064 is #B9EF9B. Grayscale: #292929. Windows color (decimal): -12185500 or 6557766. OLE color: 6557766.

HSL color Cylindrical-coordinate representation of color #461064: hue angle of 278.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461064 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 16 100 -
CMYK 0.30 0.84 0 0.61
HSL 278.57º 0.72% 0.23% -
HSV(B) 278.57º 0.84% 0.39% -
XYZ 5.01 2.59 12.29 -
YUV 41.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 70 16 100 0.30 0.84 0 0.61 278.57 0.72 0.23
Hex 46 10 64 1E 54 0 3D 117 48 17
Octal 106 20 144 36 124 0 75 427 110 27
Binary 1000110 10000 1100100 11110 1010100 0 111101 100010111 1001000 10111

Color Harmonies of #461064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461064

Black with #461064

Text Example


Text Example

White with #461064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461064; }

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

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

background-color css

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

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

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

border-color css

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

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

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