Html Css Color HEX #682070 Seance

📋 copy color: '#682070'

red 104 ◦ green 32 ◦ blue 112

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

Shades of Seance #682070

Tints of Seance #682070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 41.94%
G = 12.9%
B = 45.16%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#682070 (or 0x682070) is known color: Seance. HEX triplet: 68, 20 and 70. RGB value is (104,32,112). Sum of RGB (Red+Green+Blue) = 104+32+112=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #682070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682070 is #97DF8F. Grayscale: #3E3E3E. Windows color (decimal): -9953168 or 7348328. OLE color: 7348328.

HSL color Cylindrical-coordinate representation of color #682070: hue angle of 294º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682070 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 32 112 -
CMYK 0.07 0.71 0 0.56
HSL 294º 0.56% 0.28% -
HSV(B) 294º 0.71% 0.44% -
XYZ 9.15 5.15 15.84 -
YUV 62.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 104 32 112 0.07 0.71 0 0.56 294 0.56 0.28
Hex 68 20 70 7 47 0 38 126 38 1C
Octal 150 40 160 7 107 0 70 446 70 34
Binary 1101000 100000 1110000 111 1000111 0 111000 100100110 111000 11100

Color Harmonies of #682070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682070

Black with #682070

Text Example


Text Example

White with #682070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682070; }

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

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

background-color css

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

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

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

border-color css

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

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

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