Html Css Color HEX #682575 Seance

📋 copy color: '#682575'

red 104 ◦ green 37 ◦ blue 117

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

Shades of Seance #682575

Tints of Seance #682575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

 BLUE value IS 117 (46.09% from 255) = 45.35%

R = 40.31%
G = 14.34%
B = 45.35%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#682575 (or 0x682575) is known color: Seance. HEX triplet: 68, 25 and 75. RGB value is (104,37,117). Sum of RGB (Red+Green+Blue) = 104+37+117=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #682575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682575 is #97DA8A. Grayscale: #414141. Windows color (decimal): -9951883 or 7677288. OLE color: 7677288.

HSL color Cylindrical-coordinate representation of color #682575: hue angle of 290.25º 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 #682575 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 37 117 -
CMYK 0.11 0.68 0 0.54
HSL 290.25º 0.52% 0.3% -
HSV(B) 290.25º 0.68% 0.46% -
XYZ 9.58 5.55 17.4 -
YUV 66.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 104 37 117 0.11 0.68 0 0.54 290.25 0.52 0.3
Hex 68 25 75 B 44 0 36 122 34 1E
Octal 150 45 165 13 104 0 66 442 64 36
Binary 1101000 100101 1110101 1011 1000100 0 110110 100100010 110100 11110

Color Harmonies of #682575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682575

Black with #682575

Text Example


Text Example

White with #682575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682575; }

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

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

background-color css

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

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

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

border-color css

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

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

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