#643073

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

Shades of Seance #643073

Tints of Seance #643073

Color information

#643073 (or 0x643073) is unknown color: approx Seance. HEX triplet: 64, 30 and 73. RGB value is (100,48,115). Sum of RGB (Red+Green+Blue) = 100+48+115=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #643073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643073 is #9BCF8C. Grayscale: #464646. Windows color (decimal): -10211213 or 7549028. OLE color: 7549028.

HSL color Cylindrical-coordinate representation of color #643073: hue angle of 286.57º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #643073 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10048115-
CMYK0.130.5800.55
HSL286.57º41.1%31.96%-
HSV(B)286.57º58.26%45.1%-
XYZ9.416.0616.89-
YUV71.19152.73148.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=38.02%
G=18.25%
B=43.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100481150.130.5800.55286.5741.131.96
Hex643073D3A03711f2920
Octal1446016315720674375140
Binary1100100110000111001111011110100110111100011111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643073; }

 p { color: rgb(100,48,115); }

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

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

 a { background-color: rgb(100,48,115); }

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

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

 span { border-color: rgb(100,48,115); }

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