#420759

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

Shades of Scarlet Gum #420759

Tints of Scarlet Gum #420759

Color information

#420759 (or 0x420759) is unknown color: approx Scarlet Gum. HEX triplet: 42, 07 and 59. RGB value is (66,7,89). Sum of RGB (Red+Green+Blue) = 66+7+89=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #420759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420759 is #BDF8A6. Grayscale: #212121. Windows color (decimal): -12449959 or 5834562. OLE color: 5834562.

HSL color Cylindrical-coordinate representation of color #420759: hue angle of 283.17º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420759 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB66789-
CMYK0.260.9200.65
HSL283.17º85.42%18.82%-
HSV(B)283.17º92.13%34.9%-
XYZ4.132.039.63-
YUV33.99159.05150.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 7 (3.12% from 255) = 4.32%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=40.74%
G=4.32%
B=54.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal667890.260.9200.65283.1785.4218.82
Hex427591A5C04111b5513
Octal102713132134010143312523
Binary1000010111101100111010101110001000001100011011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420759; }

 p { color: rgb(66,7,89); }

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

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

 a { background-color: rgb(66,7,89); }

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

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

 span { border-color: rgb(66,7,89); }

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