Html Css Color HEX #682073 Seance

📋 copy color: '#682073'

red 104 ◦ green 32 ◦ blue 115

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

Shades of Seance #682073

Tints of Seance #682073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 41.43%
G = 12.75%
B = 45.82%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#682073 (or 0x682073) is known color: Seance. HEX triplet: 68, 20 and 73. RGB value is (104,32,115). Sum of RGB (Red+Green+Blue) = 104+32+115=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #682073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682073 is #97DF8C. Grayscale: #3E3E3E. Windows color (decimal): -9953165 or 7544936. OLE color: 7544936.

HSL color Cylindrical-coordinate representation of color #682073: hue angle of 292.05º 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 #682073 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 32 115 -
CMYK 0.10 0.72 0 0.55
HSL 292.05º 0.56% 0.29% -
HSV(B) 292.05º 0.72% 0.45% -
XYZ 9.32 5.21 16.73 -
YUV 62.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 104 32 115 0.10 0.72 0 0.55 292.05 0.56 0.29
Hex 68 20 73 A 48 0 37 124 38 1D
Octal 150 40 163 12 110 0 67 444 70 35
Binary 1101000 100000 1110011 1010 1001000 0 110111 100100100 111000 11101

Color Harmonies of #682073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682073

Black with #682073

Text Example


Text Example

White with #682073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682073; }

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

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

background-color css

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

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

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

border-color css

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

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

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