Html Css Color HEX #460655 Scarlet Gum

📋 copy color: '#460655'

red 70 ◦ green 6 ◦ blue 85

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

Shades of Scarlet Gum #460655

Tints of Scarlet Gum #460655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

 BLUE value IS 85 (33.59% from 255) = 52.8%

R = 43.48%
G = 3.73%
B = 52.8%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460655 (or 0x460655) is known color: Scarlet Gum. HEX triplet: 46, 06 and 55. RGB value is (70,6,85). Sum of RGB (Red+Green+Blue) = 70+6+85=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #460655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460655 is #B9F9AA. Grayscale: #212121. Windows color (decimal): -12188075 or 5572166. OLE color: 5572166.

HSL color Cylindrical-coordinate representation of color #460655: hue angle of 288.61º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460655 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 6 85 -
CMYK 0.18 0.93 0 0.67
HSL 288.61º 0.87% 0.18% -
HSV(B) 288.61º 0.93% 0.33% -
XYZ 4.23 2.09 8.77 -
YUV 34.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 70 6 85 0.18 0.93 0 0.67 288.61 0.87 0.18
Hex 46 6 55 12 5D 0 43 121 57 12
Octal 106 6 125 22 135 0 103 441 127 22
Binary 1000110 110 1010101 10010 1011101 0 1000011 100100001 1010111 10010

Color Harmonies of #460655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460655

Black with #460655

Text Example


Text Example

White with #460655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460655; }

 p { color: rgb(70,6,85); }

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

background-color css

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

 a { background-color: rgb(70,6,85); }

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

border-color css

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

 span { border-color: rgb(70,6,85); }

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