#430756

Color #430756 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #430756

Tints of Scarlet Gum #430756

Color information

#430756 (or 0x430756) is unknown color: approx Scarlet Gum. HEX triplet: 43, 07 and 56. RGB value is (67,7,86). Sum of RGB (Red+Green+Blue) = 67+7+86=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #430756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430756 is #BCF8A9. Grayscale: #212121. Windows color (decimal): -12384426 or 5637955. OLE color: 5637955.

HSL color Cylindrical-coordinate representation of color #430756: hue angle of 285.57º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430756 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB67786-
CMYK0.220.9200.66
HSL285.57º84.95%18.24%-
HSV(B)285.57º91.86%33.73%-
XYZ4.072.028.98-
YUV33.95157.38151.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 86 (33.98% from 255) = 53.75%
R=41.88%
G=4.38%
B=53.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal677860.220.9200.66285.5784.9518.24
Hex43756165C04211e5512
Octal103712626134010243612522
Binary1000011111101011010110101110001000010100011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430756; }

 p { color: rgb(67,7,86); }

 H1.HeaderClassName
 {
   color: #430756;
 }
 .AnyTagClassName
 {
   color: #430756;
 }
</style>
background-color css

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

 a { background-color: rgb(67,7,86); }

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

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

 span { border-color: rgb(67,7,86); }

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