Html Css Color HEX #673070 Seance

📋 copy color: '#673070'

red 103 ◦ green 48 ◦ blue 112

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

Shades of Seance #673070

Tints of Seance #673070

RGB

 RED value IS 103 (40.63% from 255) = 39.16%

 GREEN value IS 48 (19.14% from 255) = 18.25%

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

R = 39.16%
G = 18.25%
B = 42.59%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#673070 (or 0x673070) is known color: Seance. HEX triplet: 67, 30 and 70. RGB value is (103,48,112). Sum of RGB (Red+Green+Blue) = 103+48+112=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #673070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673070 is #98CF8F. Grayscale: #474747. Windows color (decimal): -10014608 or 7352423. OLE color: 7352423.

HSL color Cylindrical-coordinate representation of color #673070: hue angle of 291.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #673070 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 48 112 -
CMYK 0.08 0.57 0 0.56
HSL 291.56º 0.4% 0.31% -
HSV(B) 291.56º 0.57% 0.44% -
XYZ 9.58 6.17 16.01 -
YUV 71.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 103 48 112 0.08 0.57 0 0.56 291.56 0.4 0.31
Hex 67 30 70 8 39 0 38 124 28 1F
Octal 147 60 160 10 71 0 70 444 50 37
Binary 1100111 110000 1110000 1000 111001 0 111000 100100100 101000 11111

Color Harmonies of #673070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673070

Black with #673070

Text Example


Text Example

White with #673070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673070; }

 p { color: rgb(103,48,112); }

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

background-color css

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

 a { background-color: rgb(103,48,112); }

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

border-color css

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

 span { border-color: rgb(103,48,112); }

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