Html Css Color HEX #460C60 Scarlet Gum

📋 copy color: '#460C60'

red 70 ◦ green 12 ◦ blue 96

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

Shades of Scarlet Gum #460C60

Tints of Scarlet Gum #460C60

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.74%

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

R = 39.33%
G = 6.74%
B = 53.93%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460C60 (or 0x460C60) is known color: Scarlet Gum. HEX triplet: 46, 0C and 60. RGB value is (70,12,96). Sum of RGB (Red+Green+Blue) = 70+12+96=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #460C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C60 is #B9F39F. Grayscale: #262626. Windows color (decimal): -12186528 or 6294598. OLE color: 6294598.

HSL color Cylindrical-coordinate representation of color #460C60: hue angle of 281.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460C60 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 12 96 -
CMYK 0.27 0.88 0 0.62
HSL 281.43º 0.78% 0.21% -
HSV(B) 281.43º 0.88% 0.38% -
XYZ 4.77 2.41 11.28 -
YUV 38.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 70 12 96 0.27 0.88 0 0.62 281.43 0.78 0.21
Hex 46 C 60 1B 58 0 3E 119 4E 15
Octal 106 14 140 33 130 0 76 431 116 25
Binary 1000110 1100 1100000 11011 1011000 0 111110 100011001 1001110 10101

Color Harmonies of #460C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460C60

Black with #460C60

Text Example


Text Example

White with #460C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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