#682372

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

Shades of Seance #682372

Tints of Seance #682372

Color information

#682372 (or 0x682372) is unknown color: approx Seance. HEX triplet: 68, 23 and 72. RGB value is (104,35,114). Sum of RGB (Red+Green+Blue) = 104+35+114=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #682372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682372 is #97DC8D. Grayscale: #404040. Windows color (decimal): -9952398 or 7480168. OLE color: 7480168.

HSL color Cylindrical-coordinate representation of color #682372: hue angle of 292.41º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682372 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10435114-
CMYK0.090.6900.55
HSL292.41º53.02%29.22%-
HSV(B)292.41º69.3%44.71%-
XYZ9.355.3616.46-
YUV64.64155.86156.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=41.11%
G=13.83%
B=45.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104351140.090.6900.55292.4153.0229.22
Hex682372945037124351d
Octal15043162111050674446535
Binary1101000100011111001010011000101011011110010010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682372; }

 p { color: rgb(104,35,114); }

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

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

 a { background-color: rgb(104,35,114); }

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

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

 span { border-color: rgb(104,35,114); }

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