#682072

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

Shades of Seance #682072

Tints of Seance #682072

Color information

#682072 (or 0x682072) is unknown color: approx Seance. HEX triplet: 68, 20 and 72. RGB value is (104,32,114). Sum of RGB (Red+Green+Blue) = 104+32+114=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #682072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682072 is #97DF8D. Grayscale: #3E3E3E. Windows color (decimal): -9953166 or 7479400. OLE color: 7479400.

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

Color convert

RGB10432114-
CMYK0.090.7200.55
HSL292.68º56.16%28.63%-
HSV(B)292.68º71.93%44.71%-
XYZ9.265.1916.43-
YUV62.88156.85157.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=41.6%
G=12.8%
B=45.6%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104321140.090.7200.55292.6856.1628.63
Hex682072948037125381d
Octal15040162111100674457035
Binary1101000100000111001010011001000011011110010010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682072; }

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

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

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

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

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

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

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

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