#682472

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

Shades of Seance #682472

Tints of Seance #682472

Color information

#682472 (or 0x682472) is unknown color: approx Seance. HEX triplet: 68, 24 and 72. RGB value is (104,36,114). Sum of RGB (Red+Green+Blue) = 104+36+114=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #682472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682472 is #97DB8D. Grayscale: #404040. Windows color (decimal): -9952142 or 7480424. OLE color: 7480424.

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

Color convert

RGB10436114-
CMYK0.090.6800.55
HSL292.31º52%29.41%-
HSV(B)292.31º68.42%44.71%-
XYZ9.385.4216.47-
YUV65.22155.53155.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 36 (14.45% from 255) = 14.17%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=40.94%
G=14.17%
B=44.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104361140.090.6800.55292.315229.41
Hex682472944037124341d
Octal15044162111040674446435
Binary1101000100100111001010011000100011011110010010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682472; }

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

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

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

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

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

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

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

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