#622575

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

Shades of Seance #622575

Tints of Seance #622575

Color information

#622575 (or 0x622575) is unknown color: approx Seance. HEX triplet: 62, 25 and 75. RGB value is (98,37,117). Sum of RGB (Red+Green+Blue) = 98+37+117=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #622575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622575 is #9DDA8A. Grayscale: #404040. Windows color (decimal): -10345099 or 7677282. OLE color: 7677282.

HSL color Cylindrical-coordinate representation of color #622575: hue angle of 285.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #622575 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9837117-
CMYK0.160.6800.54
HSL285.75º51.95%30.2%-
HSV(B)285.75º68.38%45.88%-
XYZ8.915.217.36-
YUV64.36157.71152-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=38.89%
G=14.68%
B=46.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98371170.160.6800.54285.7551.9530.2
Hex622575104403611e341e
Octal14245165201040664366436
Binary11000101001011110101100001000100011011010001111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622575; }

 p { color: rgb(98,37,117); }

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

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

 a { background-color: rgb(98,37,117); }

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

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

 span { border-color: rgb(98,37,117); }

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