#642670

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

Shades of Seance #642670

Tints of Seance #642670

Color information

#642670 (or 0x642670) is unknown color: approx Seance. HEX triplet: 64, 26 and 70. RGB value is (100,38,112). Sum of RGB (Red+Green+Blue) = 100+38+112=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #642670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642670 is #9BD98F. Grayscale: #404040. Windows color (decimal): -10213776 or 7349860. OLE color: 7349860.

HSL color Cylindrical-coordinate representation of color #642670: hue angle of 290.27º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642670 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10038112-
CMYK0.110.6600.56
HSL290.27º49.33%29.41%-
HSV(B)290.27º66.07%43.92%-
XYZ8.875.2715.88-
YUV64.97154.54152.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=40%
G=15.2%
B=44.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100381120.110.6600.56290.2749.3329.41
Hex642670B42038122311d
Octal14446160131020704426135
Binary1100100100110111000010111000010011100010010001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642670; }

 p { color: rgb(100,38,112); }

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

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

 a { background-color: rgb(100,38,112); }

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

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

 span { border-color: rgb(100,38,112); }

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