Html Css Color HEX #682085 Seance

📋 copy color: '#682085'

red 104 ◦ green 32 ◦ blue 133

#682085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #682085

Tints of Seance #682085

RGB

 RED value IS 104 (41.02% from 255) = 38.66%

 GREEN value IS 32 (12.89% from 255) = 11.9%

 BLUE value IS 133 (52.34% from 255) = 49.44%

R = 38.66%
G = 11.9%
B = 49.44%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#682085 (or 0x682085) is known color: Seance. HEX triplet: 68, 20 and 85. RGB value is (104,32,133). Sum of RGB (Red+Green+Blue) = 104+32+133=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #682085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682085 is #97DF7A. Grayscale: #404040. Windows color (decimal): -9953147 or 8724584. OLE color: 8724584.

HSL color Cylindrical-coordinate representation of color #682085: hue angle of 282.77º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682085 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 32 133 -
CMYK 0.22 0.76 0 0.48
HSL 282.77º 0.61% 0.32% -
HSV(B) 282.77º 0.76% 0.52% -
XYZ 10.46 5.67 22.73 -
YUV 65.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 104 32 133 0.22 0.76 0 0.48 282.77 0.61 0.32
Hex 68 20 85 16 4C 0 30 11B 3D 20
Octal 150 40 205 26 114 0 60 433 75 40
Binary 1101000 100000 10000101 10110 1001100 0 110000 100011011 111101 100000

Color Harmonies of #682085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682085

Black with #682085

Text Example


Text Example

White with #682085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682085; }

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

 H1.HeaderClassName
 {
   color: #682085;
 }
 .AnyTagClassName
 {
   color: #682085;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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