Html Css Color HEX #461158 Scarlet Gum

📋 copy color: '#461158'

red 70 ◦ green 17 ◦ blue 88

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

Shades of Scarlet Gum #461158

Tints of Scarlet Gum #461158

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

 BLUE value IS 88 (34.77% from 255) = 50.29%

R = 40%
G = 9.71%
B = 50.29%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#461158 (or 0x461158) is known color: Scarlet Gum. HEX triplet: 46, 11 and 58. RGB value is (70,17,88). Sum of RGB (Red+Green+Blue) = 70+17+88=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #461158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461158 is #B9EEA7. Grayscale: #282828. Windows color (decimal): -12185256 or 5771590. OLE color: 5771590.

HSL color Cylindrical-coordinate representation of color #461158: hue angle of 284.79º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461158 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 17 88 -
CMYK 0.20 0.81 0 0.65
HSL 284.79º 0.68% 0.21% -
HSV(B) 284.79º 0.81% 0.35% -
XYZ 4.49 2.41 9.46 -
YUV 40.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 70 17 88 0.20 0.81 0 0.65 284.79 0.68 0.21
Hex 46 11 58 14 51 0 41 11D 44 15
Octal 106 21 130 24 121 0 101 435 104 25
Binary 1000110 10001 1011000 10100 1010001 0 1000001 100011101 1000100 10101

Color Harmonies of #461158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461158

Black with #461158

Text Example


Text Example

White with #461158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461158; }

 p { color: rgb(70,17,88); }

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

background-color css

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

 a { background-color: rgb(70,17,88); }

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

border-color css

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

 span { border-color: rgb(70,17,88); }

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